Shades of Deep Cerise #D534AA
Tints of Deep Cerise #D534AA
RGB
CMYK
RGB Variations
Color information
#D534AA (or 0xD534AA) is known color: Deep Cerise. HEX triplet: D5, 34 and AA. RGB value is (213,52,170). Sum of RGB (Red+Green+Blue) = 213+52+170=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D534AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D534AA is #2ACB55. Grayscale: #717171. Windows color (decimal): -2804566 or 11154645. OLE color: 11154645.
HSL color Cylindrical-coordinate representation of color #D534AA: hue angle of 316.02º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D534AA is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 170 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.16 |
| HSL | 316.02º | 0.66% | 0.52% | - |
| HSV(B) | 316.02º | 0.76% | 0.84% | - |
| XYZ | 35.92 | 19.5 | 39.9 | - |
| YUV | 113.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 170 | 0 | 0.76 | 0.20 | 0.16 | 316.02 | 0.66 | 0.52 |
| Hex | D5 | 34 | AA | 0 | 4C | 14 | 10 | 13C | 42 | 34 |
| Octal | 325 | 64 | 252 | 0 | 114 | 24 | 20 | 474 | 102 | 64 |
| Binary | 11010101 | 110100 | 10101010 | 0 | 1001100 | 10100 | 10000 | 100111100 | 1000010 | 110100 |
Color Harmonies of #D534AA
Complementary color
Monochromatic Colors of #D534AA
Black with #D534AA
Text Example
Text Example
White with #D534AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534AA; }
p { color: rgb(213,52,170); }
H1.HeaderClassName
{
color: #D534AA;
}
.AnyTagClassName
{
color: #D534AA;
}
</style>
background-color css
<style>
a { background-color: #D534AA; }
a { background-color: rgb(213,52,170); }
div.DivClassName
{
background-color: #D534AA;
}
.BgClassName
{
background-color: #D534AA;
}
</style>
border-color css
<style>
span { border-color: #D534AA; }
span { border-color: rgb(213,52,170); }
td.TdClassName
{
border-color: #D534AA;
}
.TagClassName
{
border-color: #D534AA;
}
</style>