#DC4081

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

Shades of Deep Cerise #DC4081

Tints of Deep Cerise #DC4081

Color information

#DC4081 (or 0xDC4081) is unknown color: approx Deep Cerise. HEX triplet: DC, 40 and 81. RGB value is (220,64,129). Sum of RGB (Red+Green+Blue) = 220+64+129=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4081 is #23BF7E. Grayscale: #757575. Windows color (decimal): -2342783 or 8470748. OLE color: 8470748.

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

Color convert

RGB22064129-
CMYK00.710.410.14
HSL335º69.03%55.69%-
HSV(B)335º70.91%86.27%-
XYZ35.3120.4722.86-
YUV118.05134.18200.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.27%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=53.27%
G=15.50%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206412900.710.410.1433569.0355.69
HexDC408104729E14f4538
Octal3341002010107511651710570
Binary110111001000000100000010100011110100111101010011111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4081; }

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

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

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

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

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

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

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

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