Shades of Deep Cerise #D829AA
Tints of Deep Cerise #D829AA
RGB
CMYK
RGB Variations
Color information
#D829AA (or 0xD829AA) is known color: Deep Cerise. HEX triplet: D8, 29 and AA. RGB value is (216,41,170). Sum of RGB (Red+Green+Blue) = 216+41+170=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D829AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D829AA is #27D655. Grayscale: #6B6B6B. Windows color (decimal): -2610774 or 11151832. OLE color: 11151832.
HSL color Cylindrical-coordinate representation of color #D829AA: hue angle of 315.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829AA is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 170 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.15 |
| HSL | 315.77º | 0.69% | 0.5% | - |
| HSV(B) | 315.77º | 0.81% | 0.85% | - |
| XYZ | 36.37 | 19.09 | 39.8 | - |
| YUV | 108.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 170 | 0 | 0.81 | 0.21 | 0.15 | 315.77 | 0.69 | 0.5 |
| Hex | D8 | 29 | AA | 0 | 51 | 15 | F | 13C | 45 | 32 |
| Octal | 330 | 51 | 252 | 0 | 121 | 25 | 17 | 474 | 105 | 62 |
| Binary | 11011000 | 101001 | 10101010 | 0 | 1010001 | 10101 | 1111 | 100111100 | 1000101 | 110010 |
Color Harmonies of #D829AA
Complementary color
Monochromatic Colors of #D829AA
Black with #D829AA
Text Example
Text Example
White with #D829AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829AA; }
p { color: rgb(216,41,170); }
H1.HeaderClassName
{
color: #D829AA;
}
.AnyTagClassName
{
color: #D829AA;
}
</style>
background-color css
<style>
a { background-color: #D829AA; }
a { background-color: rgb(216,41,170); }
div.DivClassName
{
background-color: #D829AA;
}
.BgClassName
{
background-color: #D829AA;
}
</style>
border-color css
<style>
span { border-color: #D829AA; }
span { border-color: rgb(216,41,170); }
td.TdClassName
{
border-color: #D829AA;
}
.TagClassName
{
border-color: #D829AA;
}
</style>