Shades of Deep Cerise #D932AB
Tints of Deep Cerise #D932AB
RGB
CMYK
RGB Variations
Color information
#D932AB (or 0xD932AB) is known color: Deep Cerise. HEX triplet: D9, 32 and AB. RGB value is (217,50,171). Sum of RGB (Red+Green+Blue) = 217+50+171=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D932AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932AB is #26CD54. Grayscale: #717171. Windows color (decimal): -2542933 or 11219673. OLE color: 11219673.
HSL color Cylindrical-coordinate representation of color #D932AB: hue angle of 316.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D932AB is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 171 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.15 |
| HSL | 316.53º | 0.69% | 0.52% | - |
| HSV(B) | 316.53º | 0.77% | 0.85% | - |
| XYZ | 37.11 | 19.97 | 40.43 | - |
| YUV | 113.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 171 | 0 | 0.77 | 0.21 | 0.15 | 316.53 | 0.69 | 0.52 |
| Hex | D9 | 32 | AB | 0 | 4D | 15 | F | 13D | 45 | 34 |
| Octal | 331 | 62 | 253 | 0 | 115 | 25 | 17 | 475 | 105 | 64 |
| Binary | 11011001 | 110010 | 10101011 | 0 | 1001101 | 10101 | 1111 | 100111101 | 1000101 | 110100 |
Color Harmonies of #D932AB
Complementary color
Monochromatic Colors of #D932AB
Black with #D932AB
Text Example
Text Example
White with #D932AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932AB; }
p { color: rgb(217,50,171); }
H1.HeaderClassName
{
color: #D932AB;
}
.AnyTagClassName
{
color: #D932AB;
}
</style>
background-color css
<style>
a { background-color: #D932AB; }
a { background-color: rgb(217,50,171); }
div.DivClassName
{
background-color: #D932AB;
}
.BgClassName
{
background-color: #D932AB;
}
</style>
border-color css
<style>
span { border-color: #D932AB; }
span { border-color: rgb(217,50,171); }
td.TdClassName
{
border-color: #D932AB;
}
.TagClassName
{
border-color: #D932AB;
}
</style>