Shades of Deep Cerise #DC42A2
Tints of Deep Cerise #DC42A2
RGB
CMYK
RGB Variations
Color information
#DC42A2 (or 0xDC42A2) is known color: Deep Cerise. HEX triplet: DC, 42 and A2. RGB value is (220,66,162). Sum of RGB (Red+Green+Blue) = 220+66+162=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42A2 is #23BD5D. Grayscale: #7A7A7A. Windows color (decimal): -2342238 or 10633948. OLE color: 10633948.
HSL color Cylindrical-coordinate representation of color #DC42A2: hue angle of 322.6º 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 #DC42A2 is Cyan = 0, Magento = 0.7, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 162 | - |
| CMYK | 0 | 0.7 | 0.26 | 0.14 |
| HSL | 322.6º | 0.69% | 0.56% | - |
| HSV(B) | 322.6º | 0.7% | 0.86% | - |
| XYZ | 37.99 | 21.72 | 36.37 | - |
| YUV | 122.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 162 | 0 | 0.7 | 0.26 | 0.14 | 322.6 | 0.69 | 0.56 |
| Hex | DC | 42 | A2 | 0 | 46 | 1A | E | 143 | 45 | 38 |
| Octal | 334 | 102 | 242 | 0 | 106 | 32 | 16 | 503 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10100010 | 0 | 1000110 | 11010 | 1110 | 101000011 | 1000101 | 111000 |
Color Harmonies of #DC42A2
Complementary color
Monochromatic Colors of #DC42A2
Black with #DC42A2
Text Example
Text Example
White with #DC42A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42A2; }
p { color: rgb(220,66,162); }
H1.HeaderClassName
{
color: #DC42A2;
}
.AnyTagClassName
{
color: #DC42A2;
}
</style>
background-color css
<style>
a { background-color: #DC42A2; }
a { background-color: rgb(220,66,162); }
div.DivClassName
{
background-color: #DC42A2;
}
.BgClassName
{
background-color: #DC42A2;
}
</style>
border-color css
<style>
span { border-color: #DC42A2; }
span { border-color: rgb(220,66,162); }
td.TdClassName
{
border-color: #DC42A2;
}
.TagClassName
{
border-color: #DC42A2;
}
</style>