#D03E7C

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

Shades of Deep Cerise #D03E7C

Tints of Deep Cerise #D03E7C

Color information

#D03E7C (or 0xD03E7C) is unknown color: approx Deep Cerise. HEX triplet: D0, 3E and 7C. RGB value is (208,62,124). Sum of RGB (Red+Green+Blue) = 208+62+124=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03E7C is #2FC183. Grayscale: #707070. Windows color (decimal): -3129732 or 8142544. OLE color: 8142544.

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

Color convert

RGB20862124-
CMYK00.700.400.18
HSL334.52º60.83%52.94%-
HSV(B)334.52º70.19%81.57%-
XYZ31.3718.3120.95-
YUV112.72134.37195.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 62 (24.61% from 255) = 15.74%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=52.79%
G=15.74%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086212400.700.400.18334.5260.8352.94
HexD03E7C046281214f3d35
Octal32076174010650225177565
Binary1101000011111011111000100011010100010010101001111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E7C; }

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

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

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

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

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

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

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

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