Shades of Deep Cerise #D529A8
Tints of Deep Cerise #D529A8
RGB
CMYK
RGB Variations
Color information
#D529A8 (or 0xD529A8) is known color: Deep Cerise. HEX triplet: D5, 29 and A8. RGB value is (213,41,168). Sum of RGB (Red+Green+Blue) = 213+41+168=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D529A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529A8 is #2AD657. Grayscale: #6A6A6A. Windows color (decimal): -2807384 or 11020757. OLE color: 11020757.
HSL color Cylindrical-coordinate representation of color #D529A8: hue angle of 315.7º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D529A8 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 168 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.16 |
| HSL | 315.7º | 0.68% | 0.5% | - |
| HSV(B) | 315.7º | 0.81% | 0.84% | - |
| XYZ | 35.3 | 18.56 | 38.77 | - |
| YUV | 106.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 168 | 0 | 0.81 | 0.21 | 0.16 | 315.7 | 0.68 | 0.5 |
| Hex | D5 | 29 | A8 | 0 | 51 | 15 | 10 | 13C | 44 | 32 |
| Octal | 325 | 51 | 250 | 0 | 121 | 25 | 20 | 474 | 104 | 62 |
| Binary | 11010101 | 101001 | 10101000 | 0 | 1010001 | 10101 | 10000 | 100111100 | 1000100 | 110010 |
Color Harmonies of #D529A8
Complementary color
Monochromatic Colors of #D529A8
Black with #D529A8
Text Example
Text Example
White with #D529A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529A8; }
p { color: rgb(213,41,168); }
H1.HeaderClassName
{
color: #D529A8;
}
.AnyTagClassName
{
color: #D529A8;
}
</style>
background-color css
<style>
a { background-color: #D529A8; }
a { background-color: rgb(213,41,168); }
div.DivClassName
{
background-color: #D529A8;
}
.BgClassName
{
background-color: #D529A8;
}
</style>
border-color css
<style>
span { border-color: #D529A8; }
span { border-color: rgb(213,41,168); }
td.TdClassName
{
border-color: #D529A8;
}
.TagClassName
{
border-color: #D529A8;
}
</style>