Shades of Deep Cerise #D933AB
Tints of Deep Cerise #D933AB
RGB
CMYK
RGB Variations
Color information
#D933AB (or 0xD933AB) is known color: Deep Cerise. HEX triplet: D9, 33 and AB. RGB value is (217,51,171). Sum of RGB (Red+Green+Blue) = 217+51+171=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D933AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D933AB is #26CC54. Grayscale: #727272. Windows color (decimal): -2542677 or 11219929. OLE color: 11219929.
HSL color Cylindrical-coordinate representation of color #D933AB: hue angle of 316.63º degrees, saturation: 0.69, 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 #D933AB is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 171 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.15 |
| HSL | 316.63º | 0.69% | 0.53% | - |
| HSV(B) | 316.63º | 0.76% | 0.85% | - |
| XYZ | 37.15 | 20.06 | 40.44 | - |
| YUV | 114.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 171 | 0 | 0.76 | 0.21 | 0.15 | 316.63 | 0.69 | 0.53 |
| Hex | D9 | 33 | AB | 0 | 4C | 15 | F | 13D | 45 | 35 |
| Octal | 331 | 63 | 253 | 0 | 114 | 25 | 17 | 475 | 105 | 65 |
| Binary | 11011001 | 110011 | 10101011 | 0 | 1001100 | 10101 | 1111 | 100111101 | 1000101 | 110101 |
Color Harmonies of #D933AB
Complementary color
Monochromatic Colors of #D933AB
Black with #D933AB
Text Example
Text Example
White with #D933AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D933AB; }
p { color: rgb(217,51,171); }
H1.HeaderClassName
{
color: #D933AB;
}
.AnyTagClassName
{
color: #D933AB;
}
</style>
background-color css
<style>
a { background-color: #D933AB; }
a { background-color: rgb(217,51,171); }
div.DivClassName
{
background-color: #D933AB;
}
.BgClassName
{
background-color: #D933AB;
}
</style>
border-color css
<style>
span { border-color: #D933AB; }
span { border-color: rgb(217,51,171); }
td.TdClassName
{
border-color: #D933AB;
}
.TagClassName
{
border-color: #D933AB;
}
</style>