Shades of Deep Cerise #DC29A4
Tints of Deep Cerise #DC29A4
RGB
CMYK
RGB Variations
Color information
#DC29A4 (or 0xDC29A4) is known color: Deep Cerise. HEX triplet: DC, 29 and A4. RGB value is (220,41,164). Sum of RGB (Red+Green+Blue) = 220+41+164=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC29A4 is #23D65B. Grayscale: #6C6C6C. Windows color (decimal): -2348636 or 10758620. OLE color: 10758620.
HSL color Cylindrical-coordinate representation of color #DC29A4: hue angle of 318.77º 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 #DC29A4 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 164 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.14 |
| HSL | 318.77º | 0.72% | 0.51% | - |
| HSV(B) | 318.77º | 0.81% | 0.86% | - |
| XYZ | 37.01 | 19.48 | 36.93 | - |
| YUV | 108.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 164 | 0 | 0.81 | 0.25 | 0.14 | 318.77 | 0.72 | 0.51 |
| Hex | DC | 29 | A4 | 0 | 51 | 19 | E | 13F | 48 | 33 |
| Octal | 334 | 51 | 244 | 0 | 121 | 31 | 16 | 477 | 110 | 63 |
| Binary | 11011100 | 101001 | 10100100 | 0 | 1010001 | 11001 | 1110 | 100111111 | 1001000 | 110011 |
Color Harmonies of #DC29A4
Complementary color
Monochromatic Colors of #DC29A4
Black with #DC29A4
Text Example
Text Example
White with #DC29A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29A4; }
p { color: rgb(220,41,164); }
H1.HeaderClassName
{
color: #DC29A4;
}
.AnyTagClassName
{
color: #DC29A4;
}
</style>
background-color css
<style>
a { background-color: #DC29A4; }
a { background-color: rgb(220,41,164); }
div.DivClassName
{
background-color: #DC29A4;
}
.BgClassName
{
background-color: #DC29A4;
}
</style>
border-color css
<style>
span { border-color: #DC29A4; }
span { border-color: rgb(220,41,164); }
td.TdClassName
{
border-color: #DC29A4;
}
.TagClassName
{
border-color: #DC29A4;
}
</style>