Shades of Deep Cerise #DC29A0
Tints of Deep Cerise #DC29A0
RGB
CMYK
RGB Variations
Color information
#DC29A0 (or 0xDC29A0) is known color: Deep Cerise. HEX triplet: DC, 29 and A0. RGB value is (220,41,160). Sum of RGB (Red+Green+Blue) = 220+41+160=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC29A0 is #23D65F. Grayscale: #6B6B6B. Windows color (decimal): -2348640 or 10496476. OLE color: 10496476.
HSL color Cylindrical-coordinate representation of color #DC29A0: hue angle of 320.11º 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 #DC29A0 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 160 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.14 |
| HSL | 320.11º | 0.72% | 0.51% | - |
| HSV(B) | 320.11º | 0.81% | 0.86% | - |
| XYZ | 36.65 | 19.34 | 35.06 | - |
| YUV | 108.09 | 157.3 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 160 | 0 | 0.81 | 0.27 | 0.14 | 320.11 | 0.72 | 0.51 |
| Hex | DC | 29 | A0 | 0 | 51 | 1B | E | 140 | 48 | 33 |
| Octal | 334 | 51 | 240 | 0 | 121 | 33 | 16 | 500 | 110 | 63 |
| Binary | 11011100 | 101001 | 10100000 | 0 | 1010001 | 11011 | 1110 | 101000000 | 1001000 | 110011 |
Color Harmonies of #DC29A0
Complementary color
Monochromatic Colors of #DC29A0
Black with #DC29A0
Text Example
Text Example
White with #DC29A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29A0; }
p { color: rgb(220,41,160); }
H1.HeaderClassName
{
color: #DC29A0;
}
.AnyTagClassName
{
color: #DC29A0;
}
</style>
background-color css
<style>
a { background-color: #DC29A0; }
a { background-color: rgb(220,41,160); }
div.DivClassName
{
background-color: #DC29A0;
}
.BgClassName
{
background-color: #DC29A0;
}
</style>
border-color css
<style>
span { border-color: #DC29A0; }
span { border-color: rgb(220,41,160); }
td.TdClassName
{
border-color: #DC29A0;
}
.TagClassName
{
border-color: #DC29A0;
}
</style>