Shades of Deep Cerise #D93CAB
Tints of Deep Cerise #D93CAB
RGB
CMYK
RGB Variations
Color information
#D93CAB (or 0xD93CAB) is known color: Deep Cerise. HEX triplet: D9, 3C and AB. RGB value is (217,60,171). Sum of RGB (Red+Green+Blue) = 217+60+171=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CAB is #26C354. Grayscale: #777777. Windows color (decimal): -2540373 or 11222233. OLE color: 11222233.
HSL color Cylindrical-coordinate representation of color #D93CAB: hue angle of 317.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CAB is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 171 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.15 |
| HSL | 317.58º | 0.67% | 0.54% | - |
| HSV(B) | 317.58º | 0.72% | 0.85% | - |
| XYZ | 37.58 | 20.92 | 40.59 | - |
| YUV | 119.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 171 | 0 | 0.72 | 0.21 | 0.15 | 317.58 | 0.67 | 0.54 |
| Hex | D9 | 3C | AB | 0 | 48 | 15 | F | 13E | 43 | 36 |
| Octal | 331 | 74 | 253 | 0 | 110 | 25 | 17 | 476 | 103 | 66 |
| Binary | 11011001 | 111100 | 10101011 | 0 | 1001000 | 10101 | 1111 | 100111110 | 1000011 | 110110 |
Color Harmonies of #D93CAB
Complementary color
Monochromatic Colors of #D93CAB
Black with #D93CAB
Text Example
Text Example
White with #D93CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CAB; }
p { color: rgb(217,60,171); }
H1.HeaderClassName
{
color: #D93CAB;
}
.AnyTagClassName
{
color: #D93CAB;
}
</style>
background-color css
<style>
a { background-color: #D93CAB; }
a { background-color: rgb(217,60,171); }
div.DivClassName
{
background-color: #D93CAB;
}
.BgClassName
{
background-color: #D93CAB;
}
</style>
border-color css
<style>
span { border-color: #D93CAB; }
span { border-color: rgb(217,60,171); }
td.TdClassName
{
border-color: #D93CAB;
}
.TagClassName
{
border-color: #D93CAB;
}
</style>