Shades of Deep Cerise #D528AA
Tints of Deep Cerise #D528AA
RGB
CMYK
RGB Variations
Color information
#D528AA (or 0xD528AA) is known color: Deep Cerise. HEX triplet: D5, 28 and AA. RGB value is (213,40,170). Sum of RGB (Red+Green+Blue) = 213+40+170=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D528AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D528AA is #2AD755. Grayscale: #6A6A6A. Windows color (decimal): -2807638 or 11151573. OLE color: 11151573.
HSL color Cylindrical-coordinate representation of color #D528AA: hue angle of 314.91º 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 #D528AA is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 170 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.16 |
| HSL | 314.91º | 0.68% | 0.5% | - |
| HSV(B) | 314.91º | 0.81% | 0.84% | - |
| XYZ | 35.46 | 18.57 | 39.75 | - |
| YUV | 106.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 170 | 0 | 0.81 | 0.20 | 0.16 | 314.91 | 0.68 | 0.5 |
| Hex | D5 | 28 | AA | 0 | 51 | 14 | 10 | 13B | 44 | 32 |
| Octal | 325 | 50 | 252 | 0 | 121 | 24 | 20 | 473 | 104 | 62 |
| Binary | 11010101 | 101000 | 10101010 | 0 | 1010001 | 10100 | 10000 | 100111011 | 1000100 | 110010 |
Color Harmonies of #D528AA
Complementary color
Monochromatic Colors of #D528AA
Black with #D528AA
Text Example
Text Example
White with #D528AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D528AA; }
p { color: rgb(213,40,170); }
H1.HeaderClassName
{
color: #D528AA;
}
.AnyTagClassName
{
color: #D528AA;
}
</style>
background-color css
<style>
a { background-color: #D528AA; }
a { background-color: rgb(213,40,170); }
div.DivClassName
{
background-color: #D528AA;
}
.BgClassName
{
background-color: #D528AA;
}
</style>
border-color css
<style>
span { border-color: #D528AA; }
span { border-color: rgb(213,40,170); }
td.TdClassName
{
border-color: #D528AA;
}
.TagClassName
{
border-color: #D528AA;
}
</style>