Shades of Deep Cerise #D93BAB
Tints of Deep Cerise #D93BAB
RGB
CMYK
RGB Variations
Color information
#D93BAB (or 0xD93BAB) is known color: Deep Cerise. HEX triplet: D9, 3B and AB. RGB value is (217,59,171). Sum of RGB (Red+Green+Blue) = 217+59+171=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93BAB is #26C454. Grayscale: #767676. Windows color (decimal): -2540629 or 11221977. OLE color: 11221977.
HSL color Cylindrical-coordinate representation of color #D93BAB: hue angle of 317.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93BAB is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 171 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.15 |
| HSL | 317.47º | 0.68% | 0.54% | - |
| HSV(B) | 317.47º | 0.73% | 0.85% | - |
| XYZ | 37.53 | 20.82 | 40.57 | - |
| YUV | 119.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 171 | 0 | 0.73 | 0.21 | 0.15 | 317.47 | 0.68 | 0.54 |
| Hex | D9 | 3B | AB | 0 | 49 | 15 | F | 13D | 44 | 36 |
| Octal | 331 | 73 | 253 | 0 | 111 | 25 | 17 | 475 | 104 | 66 |
| Binary | 11011001 | 111011 | 10101011 | 0 | 1001001 | 10101 | 1111 | 100111101 | 1000100 | 110110 |
Color Harmonies of #D93BAB
Complementary color
Monochromatic Colors of #D93BAB
Black with #D93BAB
Text Example
Text Example
White with #D93BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93BAB; }
p { color: rgb(217,59,171); }
H1.HeaderClassName
{
color: #D93BAB;
}
.AnyTagClassName
{
color: #D93BAB;
}
</style>
background-color css
<style>
a { background-color: #D93BAB; }
a { background-color: rgb(217,59,171); }
div.DivClassName
{
background-color: #D93BAB;
}
.BgClassName
{
background-color: #D93BAB;
}
</style>
border-color css
<style>
span { border-color: #D93BAB; }
span { border-color: rgb(217,59,171); }
td.TdClassName
{
border-color: #D93BAB;
}
.TagClassName
{
border-color: #D93BAB;
}
</style>