Shades of Deep Cerise #D527AA
Tints of Deep Cerise #D527AA
RGB
CMYK
RGB Variations
Color information
#D527AA (or 0xD527AA) is known color: Deep Cerise. HEX triplet: D5, 27 and AA. RGB value is (213,39,170). Sum of RGB (Red+Green+Blue) = 213+39+170=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D527AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527AA is #2AD855. Grayscale: #696969. Windows color (decimal): -2807894 or 11151317. OLE color: 11151317.
HSL color Cylindrical-coordinate representation of color #D527AA: hue angle of 314.83º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527AA is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 170 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.16 |
| HSL | 314.83º | 0.69% | 0.49% | - |
| HSV(B) | 314.83º | 0.82% | 0.84% | - |
| XYZ | 35.42 | 18.5 | 39.73 | - |
| YUV | 105.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 170 | 0 | 0.82 | 0.20 | 0.16 | 314.83 | 0.69 | 0.49 |
| Hex | D5 | 27 | AA | 0 | 52 | 14 | 10 | 13B | 45 | 31 |
| Octal | 325 | 47 | 252 | 0 | 122 | 24 | 20 | 473 | 105 | 61 |
| Binary | 11010101 | 100111 | 10101010 | 0 | 1010010 | 10100 | 10000 | 100111011 | 1000101 | 110001 |
Color Harmonies of #D527AA
Complementary color
Monochromatic Colors of #D527AA
Black with #D527AA
Text Example
Text Example
White with #D527AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527AA; }
p { color: rgb(213,39,170); }
H1.HeaderClassName
{
color: #D527AA;
}
.AnyTagClassName
{
color: #D527AA;
}
</style>
background-color css
<style>
a { background-color: #D527AA; }
a { background-color: rgb(213,39,170); }
div.DivClassName
{
background-color: #D527AA;
}
.BgClassName
{
background-color: #D527AA;
}
</style>
border-color css
<style>
span { border-color: #D527AA; }
span { border-color: rgb(213,39,170); }
td.TdClassName
{
border-color: #D527AA;
}
.TagClassName
{
border-color: #D527AA;
}
</style>