Shades of Deep Cerise #DC42A3
Tints of Deep Cerise #DC42A3
RGB
CMYK
RGB Variations
Color information
#DC42A3 (or 0xDC42A3) is known color: Deep Cerise. HEX triplet: DC, 42 and A3. RGB value is (220,66,163). Sum of RGB (Red+Green+Blue) = 220+66+163=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42A3 is #23BD5C. Grayscale: #7A7A7A. Windows color (decimal): -2342237 or 10699484. OLE color: 10699484.
HSL color Cylindrical-coordinate representation of color #DC42A3: hue angle of 322.21º 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 #DC42A3 is Cyan = 0, Magento = 0.7, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 163 | - |
| CMYK | 0 | 0.7 | 0.26 | 0.14 |
| HSL | 322.21º | 0.69% | 0.56% | - |
| HSV(B) | 322.21º | 0.7% | 0.86% | - |
| XYZ | 38.07 | 21.76 | 36.84 | - |
| YUV | 123.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 163 | 0 | 0.7 | 0.26 | 0.14 | 322.21 | 0.69 | 0.56 |
| Hex | DC | 42 | A3 | 0 | 46 | 1A | E | 142 | 45 | 38 |
| Octal | 334 | 102 | 243 | 0 | 106 | 32 | 16 | 502 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10100011 | 0 | 1000110 | 11010 | 1110 | 101000010 | 1000101 | 111000 |
Color Harmonies of #DC42A3
Complementary color
Monochromatic Colors of #DC42A3
Black with #DC42A3
Text Example
Text Example
White with #DC42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42A3; }
p { color: rgb(220,66,163); }
H1.HeaderClassName
{
color: #DC42A3;
}
.AnyTagClassName
{
color: #DC42A3;
}
</style>
background-color css
<style>
a { background-color: #DC42A3; }
a { background-color: rgb(220,66,163); }
div.DivClassName
{
background-color: #DC42A3;
}
.BgClassName
{
background-color: #DC42A3;
}
</style>
border-color css
<style>
span { border-color: #DC42A3; }
span { border-color: rgb(220,66,163); }
td.TdClassName
{
border-color: #DC42A3;
}
.TagClassName
{
border-color: #DC42A3;
}
</style>