#DC3981

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

Shades of Deep Cerise #DC3981

Tints of Deep Cerise #DC3981

Color information

#DC3981 (or 0xDC3981) is unknown color: approx Deep Cerise. HEX triplet: DC, 39 and 81. RGB value is (220,57,129). Sum of RGB (Red+Green+Blue) = 220+57+129=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3981 is #23C67E. Grayscale: #717171. Windows color (decimal): -2344575 or 8468956. OLE color: 8468956.

HSL color Cylindrical-coordinate representation of color #DC3981: hue angle of 333.5º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3981 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB22057129-
CMYK00.740.410.14
HSL333.5º69.96%54.31%-
HSV(B)333.5º74.09%86.27%-
XYZ34.9419.7322.73-
YUV113.94136.5203.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 57 (22.66% from 255) = 14.04%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=54.19%
G=14.04%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205712900.740.410.14333.569.9654.31
HexDC398104A29E14d4636
Octal334712010112511651510666
Binary11011100111001100000010100101010100111101010011011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3981; }

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

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

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

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

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

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

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

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