Shades of Deep Cerise #D934AB
Tints of Deep Cerise #D934AB
RGB
CMYK
RGB Variations
Color information
#D934AB (or 0xD934AB) is known color: Deep Cerise. HEX triplet: D9, 34 and AB. RGB value is (217,52,171). Sum of RGB (Red+Green+Blue) = 217+52+171=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D934AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D934AB is #26CB54. Grayscale: #727272. Windows color (decimal): -2542421 or 11220185. OLE color: 11220185.
HSL color Cylindrical-coordinate representation of color #D934AB: hue angle of 316.73º 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 #D934AB is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 171 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.15 |
| HSL | 316.73º | 0.68% | 0.53% | - |
| HSV(B) | 316.73º | 0.76% | 0.85% | - |
| XYZ | 37.19 | 20.15 | 40.46 | - |
| YUV | 114.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 171 | 0 | 0.76 | 0.21 | 0.15 | 316.73 | 0.68 | 0.53 |
| Hex | D9 | 34 | AB | 0 | 4C | 15 | F | 13D | 44 | 35 |
| Octal | 331 | 64 | 253 | 0 | 114 | 25 | 17 | 475 | 104 | 65 |
| Binary | 11011001 | 110100 | 10101011 | 0 | 1001100 | 10101 | 1111 | 100111101 | 1000100 | 110101 |
Color Harmonies of #D934AB
Complementary color
Monochromatic Colors of #D934AB
Black with #D934AB
Text Example
Text Example
White with #D934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934AB; }
p { color: rgb(217,52,171); }
H1.HeaderClassName
{
color: #D934AB;
}
.AnyTagClassName
{
color: #D934AB;
}
</style>
background-color css
<style>
a { background-color: #D934AB; }
a { background-color: rgb(217,52,171); }
div.DivClassName
{
background-color: #D934AB;
}
.BgClassName
{
background-color: #D934AB;
}
</style>
border-color css
<style>
span { border-color: #D934AB; }
span { border-color: rgb(217,52,171); }
td.TdClassName
{
border-color: #D934AB;
}
.TagClassName
{
border-color: #D934AB;
}
</style>