Shades of Deep Cerise #D934AA
Tints of Deep Cerise #D934AA
RGB
CMYK
RGB Variations
Color information
#D934AA (or 0xD934AA) is known color: Deep Cerise. HEX triplet: D9, 34 and AA. RGB value is (217,52,170). Sum of RGB (Red+Green+Blue) = 217+52+170=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D934AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D934AA is #26CB55. Grayscale: #727272. Windows color (decimal): -2542422 or 11154649. OLE color: 11154649.
HSL color Cylindrical-coordinate representation of color #D934AA: hue angle of 317.09º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934AA is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 170 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.15 |
| HSL | 317.09º | 0.68% | 0.53% | - |
| HSV(B) | 317.09º | 0.76% | 0.85% | - |
| XYZ | 37.1 | 20.11 | 39.96 | - |
| YUV | 114.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 170 | 0 | 0.76 | 0.22 | 0.15 | 317.09 | 0.68 | 0.53 |
| Hex | D9 | 34 | AA | 0 | 4C | 16 | F | 13D | 44 | 35 |
| Octal | 331 | 64 | 252 | 0 | 114 | 26 | 17 | 475 | 104 | 65 |
| Binary | 11011001 | 110100 | 10101010 | 0 | 1001100 | 10110 | 1111 | 100111101 | 1000100 | 110101 |
Color Harmonies of #D934AA
Complementary color
Monochromatic Colors of #D934AA
Black with #D934AA
Text Example
Text Example
White with #D934AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934AA; }
p { color: rgb(217,52,170); }
H1.HeaderClassName
{
color: #D934AA;
}
.AnyTagClassName
{
color: #D934AA;
}
</style>
background-color css
<style>
a { background-color: #D934AA; }
a { background-color: rgb(217,52,170); }
div.DivClassName
{
background-color: #D934AA;
}
.BgClassName
{
background-color: #D934AA;
}
</style>
border-color css
<style>
span { border-color: #D934AA; }
span { border-color: rgb(217,52,170); }
td.TdClassName
{
border-color: #D934AA;
}
.TagClassName
{
border-color: #D934AA;
}
</style>