Shades of Deep Cerise #DC29A1
Tints of Deep Cerise #DC29A1
RGB
CMYK
RGB Variations
Color information
#DC29A1 (or 0xDC29A1) is known color: Deep Cerise. HEX triplet: DC, 29 and A1. RGB value is (220,41,161). Sum of RGB (Red+Green+Blue) = 220+41+161=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC29A1 is #23D65E. Grayscale: #6B6B6B. Windows color (decimal): -2348639 or 10562012. OLE color: 10562012.
HSL color Cylindrical-coordinate representation of color #DC29A1: hue angle of 319.78º 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 #DC29A1 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 161 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.14 |
| HSL | 319.78º | 0.72% | 0.51% | - |
| HSV(B) | 319.78º | 0.81% | 0.86% | - |
| XYZ | 36.74 | 19.37 | 35.52 | - |
| YUV | 108.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 161 | 0 | 0.81 | 0.27 | 0.14 | 319.78 | 0.72 | 0.51 |
| Hex | DC | 29 | A1 | 0 | 51 | 1B | E | 140 | 48 | 33 |
| Octal | 334 | 51 | 241 | 0 | 121 | 33 | 16 | 500 | 110 | 63 |
| Binary | 11011100 | 101001 | 10100001 | 0 | 1010001 | 11011 | 1110 | 101000000 | 1001000 | 110011 |
Color Harmonies of #DC29A1
Complementary color
Monochromatic Colors of #DC29A1
Black with #DC29A1
Text Example
Text Example
White with #DC29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29A1; }
p { color: rgb(220,41,161); }
H1.HeaderClassName
{
color: #DC29A1;
}
.AnyTagClassName
{
color: #DC29A1;
}
</style>
background-color css
<style>
a { background-color: #DC29A1; }
a { background-color: rgb(220,41,161); }
div.DivClassName
{
background-color: #DC29A1;
}
.BgClassName
{
background-color: #DC29A1;
}
</style>
border-color css
<style>
span { border-color: #DC29A1; }
span { border-color: rgb(220,41,161); }
td.TdClassName
{
border-color: #DC29A1;
}
.TagClassName
{
border-color: #DC29A1;
}
</style>