#DC408A

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

Shades of Deep Cerise #DC408A

Tints of Deep Cerise #DC408A

Color information

#DC408A (or 0xDC408A) is unknown color: approx Deep Cerise. HEX triplet: DC, 40 and 8A. RGB value is (220,64,138). Sum of RGB (Red+Green+Blue) = 220+64+138=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC408A is #23BF75. Grayscale: #767676. Windows color (decimal): -2342774 or 9060572. OLE color: 9060572.

HSL color Cylindrical-coordinate representation of color #DC408A: hue angle of 331.54º 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 #DC408A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB22064138-
CMYK00.710.370.14
HSL331.54º69.03%55.69%-
HSV(B)331.54º70.91%86.27%-
XYZ35.9420.7226.15-
YUV119.08138.68199.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=52.13%
G=15.17%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206413800.710.370.14331.5469.0355.69
HexDC408A04725E14c4538
Octal3341002120107451651410570
Binary110111001000000100010100100011110010111101010011001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC408A; }

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

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

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

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

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

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

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

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