#D03970

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

Shades of Cerise #D03970

Tints of Cerise #D03970

Color information

#D03970 (or 0xD03970) is unknown color: approx Cerise. HEX triplet: D0, 39 and 70. RGB value is (208,57,112). Sum of RGB (Red+Green+Blue) = 208+57+112=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D03970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03970 is #2FC68F. Grayscale: #6C6C6C. Windows color (decimal): -3131024 or 7354832. OLE color: 7354832.

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

Color convert

RGB20857112-
CMYK00.730.460.18
HSL338.15º61.63%51.96%-
HSV(B)338.15º72.6%81.57%-
XYZ30.417.5117.11-
YUV108.42130.03199.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.17%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=55.17%
G=15.12%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085711200.730.460.18338.1561.6351.96
HexD039700492E121523e34
Octal32071160011156225227664
Binary1101000011100111100000100100110111010010101010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03970; }

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

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

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

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

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

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

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

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