#D0407C

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

Shades of Deep Cerise #D0407C

Tints of Deep Cerise #D0407C

Color information

#D0407C (or 0xD0407C) is unknown color: approx Deep Cerise. HEX triplet: D0, 40 and 7C. RGB value is (208,64,124). Sum of RGB (Red+Green+Blue) = 208+64+124=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0407C is #2FBF83. Grayscale: #717171. Windows color (decimal): -3129220 or 8143056. OLE color: 8143056.

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

Color convert

RGB20864124-
CMYK00.690.400.18
HSL335º60.5%53.33%-
HSV(B)335º69.23%81.57%-
XYZ31.4818.5320.99-
YUV113.9133.71195.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.53%
GREEN value IS 64 (25.39% from 255) = 16.16%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=52.53%
G=16.16%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086412400.690.400.1833560.553.33
HexD0407C045281214f3d35
Octal320100174010550225177565
Binary11010000100000011111000100010110100010010101001111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0407C; }

 p { color: rgb(208,64,124); }

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

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

 a { background-color: rgb(208,64,124); }

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

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

 span { border-color: rgb(208,64,124); }

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