Shades of Deep Cerise #D529AD
Tints of Deep Cerise #D529AD
RGB
CMYK
RGB Variations
Color information
#D529AD (or 0xD529AD) is known color: Deep Cerise. HEX triplet: D5, 29 and AD. RGB value is (213,41,173). Sum of RGB (Red+Green+Blue) = 213+41+173=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D529AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529AD is #2AD652. Grayscale: #6B6B6B. Windows color (decimal): -2807379 or 11348437. OLE color: 11348437.
HSL color Cylindrical-coordinate representation of color #D529AD: hue angle of 313.95º 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 #D529AD is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 173 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.16 |
| HSL | 313.95º | 0.68% | 0.5% | - |
| HSV(B) | 313.95º | 0.81% | 0.84% | - |
| XYZ | 35.78 | 18.75 | 41.27 | - |
| YUV | 107.48 | 164.98 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 173 | 0 | 0.81 | 0.19 | 0.16 | 313.95 | 0.68 | 0.5 |
| Hex | D5 | 29 | AD | 0 | 51 | 13 | 10 | 13A | 44 | 32 |
| Octal | 325 | 51 | 255 | 0 | 121 | 23 | 20 | 472 | 104 | 62 |
| Binary | 11010101 | 101001 | 10101101 | 0 | 1010001 | 10011 | 10000 | 100111010 | 1000100 | 110010 |
Color Harmonies of #D529AD
Complementary color
Monochromatic Colors of #D529AD
Black with #D529AD
Text Example
Text Example
White with #D529AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529AD; }
p { color: rgb(213,41,173); }
H1.HeaderClassName
{
color: #D529AD;
}
.AnyTagClassName
{
color: #D529AD;
}
</style>
background-color css
<style>
a { background-color: #D529AD; }
a { background-color: rgb(213,41,173); }
div.DivClassName
{
background-color: #D529AD;
}
.BgClassName
{
background-color: #D529AD;
}
</style>
border-color css
<style>
span { border-color: #D529AD; }
span { border-color: rgb(213,41,173); }
td.TdClassName
{
border-color: #D529AD;
}
.TagClassName
{
border-color: #D529AD;
}
</style>