#D03972

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

Shades of Cerise #D03972

Tints of Cerise #D03972

Color information

#D03972 (or 0xD03972) is unknown color: approx Cerise. HEX triplet: D0, 39 and 72. RGB value is (208,57,114). Sum of RGB (Red+Green+Blue) = 208+57+114=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D03972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03972 is #2FC68D. Grayscale: #6C6C6C. Windows color (decimal): -3131022 or 7485904. OLE color: 7485904.

HSL color Cylindrical-coordinate representation of color #D03972: hue angle of 337.35º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03972 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20857114-
CMYK00.730.450.18
HSL337.35º61.63%51.96%-
HSV(B)337.35º72.6%81.57%-
XYZ30.5117.5517.7-
YUV108.65131.03198.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=54.88%
G=15.04%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085711400.730.450.18337.3561.6351.96
HexD039720492D121513e34
Octal32071162011155225217664
Binary1101000011100111100100100100110110110010101010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03972; }

 p { color: rgb(208,57,114); }

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

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

 a { background-color: rgb(208,57,114); }

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

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

 span { border-color: rgb(208,57,114); }

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