#D03980

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

Shades of Deep Cerise #D03980

Tints of Deep Cerise #D03980

Color information

#D03980 (or 0xD03980) is unknown color: approx Deep Cerise. HEX triplet: D0, 39 and 80. RGB value is (208,57,128). Sum of RGB (Red+Green+Blue) = 208+57+128=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03980 is #2FC67F. Grayscale: #6E6E6E. Windows color (decimal): -3131008 or 8403408. OLE color: 8403408.

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

Color convert

RGB20857128-
CMYK00.730.380.18
HSL331.79º61.63%51.96%-
HSV(B)331.79º72.6%81.57%-
XYZ31.3717.8922.22-
YUV110.24138.03197.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.93%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=52.93%
G=14.50%
B=32.57%

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
Decimal2085712800.730.380.18331.7961.6351.96
HexD03980049261214c3e34
Octal32071200011146225147664
Binary11010000111001100000000100100110011010010101001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03980; }

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

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

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

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

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

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

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

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