#DC2AA2

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

Shades of Deep Cerise #DC2AA2

Tints of Deep Cerise #DC2AA2

Color information

#DC2AA2 (or 0xDC2AA2) is unknown color: approx Deep Cerise. HEX triplet: DC, 2A and A2. RGB value is (220,42,162). Sum of RGB (Red+Green+Blue) = 220+42+162=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AA2 is #23D55D. Grayscale: #6C6C6C. Windows color (decimal): -2348382 or 10627804. OLE color: 10627804.

HSL color Cylindrical-coordinate representation of color #DC2AA2: hue angle of 319.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AA2 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB22042162-
CMYK00.810.260.14
HSL319.55º71.77%51.37%-
HSV(B)319.55º80.91%86.27%-
XYZ36.8619.4836-
YUV108.9157.97207.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.89%
GREEN value IS 42 (16.80% from 255) = 9.91%
BLUE value IS 162 (63.67% from 255) = 38.21%
R=51.89%
G=9.91%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204216200.810.260.14319.5571.7751.37
HexDC2AA20511AE1404833
Octal334522420121321650011063
Binary1101110010101010100010010100011101011101010000001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2AA2; }

 p { color: rgb(220,42,162); }

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

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

 a { background-color: rgb(220,42,162); }

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

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

 span { border-color: rgb(220,42,162); }

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