Shades of Deep Cerise #D93B9E
Tints of Deep Cerise #D93B9E
RGB
CMYK
RGB Variations
Color information
#D93B9E (or 0xD93B9E) is known color: Deep Cerise. HEX triplet: D9, 3B and 9E. RGB value is (217,59,158). Sum of RGB (Red+Green+Blue) = 217+59+158=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B9E is #26C461. Grayscale: #757575. Windows color (decimal): -2540642 or 10370009. OLE color: 10370009.
HSL color Cylindrical-coordinate representation of color #D93B9E: hue angle of 322.41º 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 #D93B9E is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 158 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.15 |
| HSL | 322.41º | 0.68% | 0.54% | - |
| HSV(B) | 322.41º | 0.73% | 0.85% | - |
| XYZ | 36.35 | 20.35 | 34.36 | - |
| YUV | 117.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 158 | 0 | 0.73 | 0.27 | 0.15 | 322.41 | 0.68 | 0.54 |
| Hex | D9 | 3B | 9E | 0 | 49 | 1B | F | 142 | 44 | 36 |
| Octal | 331 | 73 | 236 | 0 | 111 | 33 | 17 | 502 | 104 | 66 |
| Binary | 11011001 | 111011 | 10011110 | 0 | 1001001 | 11011 | 1111 | 101000010 | 1000100 | 110110 |
Color Harmonies of #D93B9E
Complementary color
Monochromatic Colors of #D93B9E
Black with #D93B9E
Text Example
Text Example
White with #D93B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B9E; }
p { color: rgb(217,59,158); }
H1.HeaderClassName
{
color: #D93B9E;
}
.AnyTagClassName
{
color: #D93B9E;
}
</style>
background-color css
<style>
a { background-color: #D93B9E; }
a { background-color: rgb(217,59,158); }
div.DivClassName
{
background-color: #D93B9E;
}
.BgClassName
{
background-color: #D93B9E;
}
</style>
border-color css
<style>
span { border-color: #D93B9E; }
span { border-color: rgb(217,59,158); }
td.TdClassName
{
border-color: #D93B9E;
}
.TagClassName
{
border-color: #D93B9E;
}
</style>