#DC42A0

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

Shades of Deep Cerise #DC42A0

Tints of Deep Cerise #DC42A0

Color information

#DC42A0 (or 0xDC42A0) is unknown color: approx Deep Cerise. HEX triplet: DC, 42 and A0. RGB value is (220,66,160). Sum of RGB (Red+Green+Blue) = 220+66+160=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42A0 is #23BD5F. Grayscale: #7A7A7A. Windows color (decimal): -2342240 or 10502876. OLE color: 10502876.

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

Color convert

RGB22066160-
CMYK00.70.270.14
HSL323.38º68.75%56.08%-
HSV(B)323.38º70%86.27%-
XYZ37.8121.6535.44-
YUV122.76149.02197.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 66 (26.17% from 255) = 14.80%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=49.33%
G=14.80%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206616000.70.270.14323.3868.7556.08
HexDC42A00461BE1434538
Octal3341022400106331650310570
Binary11011100100001010100000010001101101111101010000111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC42A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC42A0; }

 p { color: rgb(220,66,160); }

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

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

 a { background-color: rgb(220,66,160); }

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

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

 span { border-color: rgb(220,66,160); }

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