Shades of Deep Cerise #D529A3
Tints of Deep Cerise #D529A3
RGB
CMYK
RGB Variations
Color information
#D529A3 (or 0xD529A3) is known color: Deep Cerise. HEX triplet: D5, 29 and A3. RGB value is (213,41,163). Sum of RGB (Red+Green+Blue) = 213+41+163=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D529A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529A3 is #2AD65C. Grayscale: #6A6A6A. Windows color (decimal): -2807389 or 10693077. OLE color: 10693077.
HSL color Cylindrical-coordinate representation of color #D529A3: hue angle of 317.44º 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 #D529A3 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 163 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.16 |
| HSL | 317.44º | 0.68% | 0.5% | - |
| HSV(B) | 317.44º | 0.81% | 0.84% | - |
| XYZ | 34.84 | 18.38 | 36.36 | - |
| YUV | 106.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 163 | 0 | 0.81 | 0.23 | 0.16 | 317.44 | 0.68 | 0.5 |
| Hex | D5 | 29 | A3 | 0 | 51 | 17 | 10 | 13D | 44 | 32 |
| Octal | 325 | 51 | 243 | 0 | 121 | 27 | 20 | 475 | 104 | 62 |
| Binary | 11010101 | 101001 | 10100011 | 0 | 1010001 | 10111 | 10000 | 100111101 | 1000100 | 110010 |
Color Harmonies of #D529A3
Complementary color
Monochromatic Colors of #D529A3
Black with #D529A3
Text Example
Text Example
White with #D529A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529A3; }
p { color: rgb(213,41,163); }
H1.HeaderClassName
{
color: #D529A3;
}
.AnyTagClassName
{
color: #D529A3;
}
</style>
background-color css
<style>
a { background-color: #D529A3; }
a { background-color: rgb(213,41,163); }
div.DivClassName
{
background-color: #D529A3;
}
.BgClassName
{
background-color: #D529A3;
}
</style>
border-color css
<style>
span { border-color: #D529A3; }
span { border-color: rgb(213,41,163); }
td.TdClassName
{
border-color: #D529A3;
}
.TagClassName
{
border-color: #D529A3;
}
</style>