#D03981

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

Shades of Deep Cerise #D03981

Tints of Deep Cerise #D03981

Color information

#D03981 (or 0xD03981) is unknown color: approx Deep Cerise. HEX triplet: D0, 39 and 81. RGB value is (208,57,129). Sum of RGB (Red+Green+Blue) = 208+57+129=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D03981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03981 is #2FC67E. Grayscale: #6E6E6E. Windows color (decimal): -3131007 or 8468944. OLE color: 8468944.

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

Color convert

RGB20857129-
CMYK00.730.380.18
HSL331.39º61.63%51.96%-
HSV(B)331.39º72.6%81.57%-
XYZ31.4417.9222.57-
YUV110.36138.53197.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=52.79%
G=14.47%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085712900.730.380.18331.3961.6351.96
HexD03981049261214b3e34
Octal32071201011146225137664
Binary11010000111001100000010100100110011010010101001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03981; }

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

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

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

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

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

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

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

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