#D1405E

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

Shades of Cerise #D1405E

Tints of Cerise #D1405E

Color information

#D1405E (or 0xD1405E) is unknown color: approx Cerise. HEX triplet: D1, 40 and 5E. RGB value is (209,64,94). Sum of RGB (Red+Green+Blue) = 209+64+94=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1405E is #2EBFA1. Grayscale: #6E6E6E. Windows color (decimal): -3063714 or 6176977. OLE color: 6176977.

HSL color Cylindrical-coordinate representation of color #D1405E: hue angle of 347.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1405E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2096494-
CMYK00.690.550.18
HSL347.59º61.18%53.53%-
HSV(B)347.59º69.38%81.96%-
XYZ30.1518.0312.48-
YUV110.78118.54198.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=56.95%
G=17.44%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209649400.690.550.18347.5961.1853.53
HexD1405E045371215c3d36
Octal321100136010567225347566
Binary11010001100000010111100100010111011110010101011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1405E; }

 p { color: rgb(209,64,94); }

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

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

 a { background-color: rgb(209,64,94); }

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

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

 span { border-color: rgb(209,64,94); }

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