#D1355C

Color #D1355C Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D1355C

Tints of Cerise #D1355C

Color information

#D1355C (or 0xD1355C) is unknown color: approx Cerise. HEX triplet: D1, 35 and 5C. RGB value is (209,53,92). Sum of RGB (Red+Green+Blue) = 209+53+92=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1355C is #2ECAA3. Grayscale: #686868. Windows color (decimal): -3066532 or 6043089. OLE color: 6043089.

HSL color Cylindrical-coordinate representation of color #D1355C: hue angle of 345º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1355C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2095392-
CMYK00.750.560.18
HSL345º62.9%51.37%-
HSV(B)345º74.64%81.96%-
XYZ29.516.8711.83-
YUV104.09121.18202.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 59.04%
GREEN value IS 53 (21.09% from 255) = 14.97%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=59.04%
G=14.97%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209539200.750.560.1834562.951.37
HexD1355C04B38121593f33
Octal32165134011370225317763
Binary1101000111010110111000100101111100010010101011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1355C; }

 p { color: rgb(209,53,92); }

 H1.HeaderClassName
 {
   color: #D1355C;
 }
 .AnyTagClassName
 {
   color: #D1355C;
 }
</style>
background-color css

<style>
 a { background-color: #D1355C; }

 a { background-color: rgb(209,53,92); }

 div.DivClassName
 {
   background-color: #D1355C;
 }
 .BgClassName
 {
   background-color: #D1355C;
 }
</style>
border-color css

<style>
 span { border-color: #D1355C; }

 span { border-color: rgb(209,53,92); }

 td.TdClassName
 {
   border-color: #D1355C;
 }
 .TagClassName
 {
   border-color: #D1355C;
 }
</style>