#D03974

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

Shades of Deep Cerise #D03974

Tints of Deep Cerise #D03974

Color information

#D03974 (or 0xD03974) is unknown color: approx Deep Cerise. HEX triplet: D0, 39 and 74. RGB value is (208,57,116). Sum of RGB (Red+Green+Blue) = 208+57+116=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D03974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03974 is #2FC68B. Grayscale: #6C6C6C. Windows color (decimal): -3131020 or 7616976. OLE color: 7616976.

HSL color Cylindrical-coordinate representation of color #D03974: hue angle of 336.56º 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 #D03974 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20857116-
CMYK00.730.440.18
HSL336.56º61.63%51.96%-
HSV(B)336.56º72.6%81.57%-
XYZ30.6317.618.31-
YUV108.88132.03198.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=54.59%
G=14.96%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085711600.730.440.18336.5661.6351.96
HexD039740492C121513e34
Octal32071164011154225217664
Binary1101000011100111101000100100110110010010101010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03974; }

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

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

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

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

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

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

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

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