Shades of Deep Cerise #DC42A4
Tints of Deep Cerise #DC42A4
RGB
CMYK
RGB Variations
Color information
#DC42A4 (or 0xDC42A4) is known color: Deep Cerise. HEX triplet: DC, 42 and A4. RGB value is (220,66,164). Sum of RGB (Red+Green+Blue) = 220+66+164=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42A4 is #23BD5B. Grayscale: #7A7A7A. Windows color (decimal): -2342236 or 10765020. OLE color: 10765020.
HSL color Cylindrical-coordinate representation of color #DC42A4: hue angle of 321.82º 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 #DC42A4 is Cyan = 0, Magento = 0.7, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 164 | - |
| CMYK | 0 | 0.7 | 0.25 | 0.14 |
| HSL | 321.82º | 0.69% | 0.56% | - |
| HSV(B) | 321.82º | 0.7% | 0.86% | - |
| XYZ | 38.16 | 21.79 | 37.32 | - |
| YUV | 123.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 164 | 0 | 0.7 | 0.25 | 0.14 | 321.82 | 0.69 | 0.56 |
| Hex | DC | 42 | A4 | 0 | 46 | 19 | E | 142 | 45 | 38 |
| Octal | 334 | 102 | 244 | 0 | 106 | 31 | 16 | 502 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10100100 | 0 | 1000110 | 11001 | 1110 | 101000010 | 1000101 | 111000 |
Color Harmonies of #DC42A4
Complementary color
Monochromatic Colors of #DC42A4
Black with #DC42A4
Text Example
Text Example
White with #DC42A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42A4; }
p { color: rgb(220,66,164); }
H1.HeaderClassName
{
color: #DC42A4;
}
.AnyTagClassName
{
color: #DC42A4;
}
</style>
background-color css
<style>
a { background-color: #DC42A4; }
a { background-color: rgb(220,66,164); }
div.DivClassName
{
background-color: #DC42A4;
}
.BgClassName
{
background-color: #DC42A4;
}
</style>
border-color css
<style>
span { border-color: #DC42A4; }
span { border-color: rgb(220,66,164); }
td.TdClassName
{
border-color: #DC42A4;
}
.TagClassName
{
border-color: #DC42A4;
}
</style>