Shades of Deep Cerise #D229A9
Tints of Deep Cerise #D229A9
RGB
CMYK
RGB Variations
Color information
#D229A9 (or 0xD229A9) is known color: Deep Cerise. HEX triplet: D2, 29 and A9. RGB value is (210,41,169). Sum of RGB (Red+Green+Blue) = 210+41+169=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D229A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D229A9 is #2DD656. Grayscale: #696969. Windows color (decimal): -3003991 or 11086290. OLE color: 11086290.
HSL color Cylindrical-coordinate representation of color #D229A9: hue angle of 314.56º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D229A9 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 169 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.18 |
| HSL | 314.56º | 0.67% | 0.49% | - |
| HSV(B) | 314.56º | 0.8% | 0.82% | - |
| XYZ | 34.53 | 18.15 | 39.22 | - |
| YUV | 106.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 169 | 0 | 0.80 | 0.20 | 0.18 | 314.56 | 0.67 | 0.49 |
| Hex | D2 | 29 | A9 | 0 | 50 | 14 | 12 | 13B | 43 | 31 |
| Octal | 322 | 51 | 251 | 0 | 120 | 24 | 22 | 473 | 103 | 61 |
| Binary | 11010010 | 101001 | 10101001 | 0 | 1010000 | 10100 | 10010 | 100111011 | 1000011 | 110001 |
Color Harmonies of #D229A9
Complementary color
Monochromatic Colors of #D229A9
Black with #D229A9
Text Example
Text Example
White with #D229A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229A9; }
p { color: rgb(210,41,169); }
H1.HeaderClassName
{
color: #D229A9;
}
.AnyTagClassName
{
color: #D229A9;
}
</style>
background-color css
<style>
a { background-color: #D229A9; }
a { background-color: rgb(210,41,169); }
div.DivClassName
{
background-color: #D229A9;
}
.BgClassName
{
background-color: #D229A9;
}
</style>
border-color css
<style>
span { border-color: #D229A9; }
span { border-color: rgb(210,41,169); }
td.TdClassName
{
border-color: #D229A9;
}
.TagClassName
{
border-color: #D229A9;
}
</style>