Shades of Deep Cerise #D93B99
Tints of Deep Cerise #D93B99
RGB
CMYK
RGB Variations
Color information
#D93B99 (or 0xD93B99) is known color: Deep Cerise. HEX triplet: D9, 3B and 99. RGB value is (217,59,153). Sum of RGB (Red+Green+Blue) = 217+59+153=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93B99 is #26C466. Grayscale: #747474. Windows color (decimal): -2540647 or 10042329. OLE color: 10042329.
HSL color Cylindrical-coordinate representation of color #D93B99: hue angle of 324.3º 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 #D93B99 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 153 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.15 |
| HSL | 324.3º | 0.68% | 0.54% | - |
| HSV(B) | 324.3º | 0.73% | 0.85% | - |
| XYZ | 35.93 | 20.18 | 32.14 | - |
| YUV | 116.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 153 | 0 | 0.73 | 0.29 | 0.15 | 324.3 | 0.68 | 0.54 |
| Hex | D9 | 3B | 99 | 0 | 49 | 1D | F | 144 | 44 | 36 |
| Octal | 331 | 73 | 231 | 0 | 111 | 35 | 17 | 504 | 104 | 66 |
| Binary | 11011001 | 111011 | 10011001 | 0 | 1001001 | 11101 | 1111 | 101000100 | 1000100 | 110110 |
Color Harmonies of #D93B99
Complementary color
Monochromatic Colors of #D93B99
Black with #D93B99
Text Example
Text Example
White with #D93B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B99; }
p { color: rgb(217,59,153); }
H1.HeaderClassName
{
color: #D93B99;
}
.AnyTagClassName
{
color: #D93B99;
}
</style>
background-color css
<style>
a { background-color: #D93B99; }
a { background-color: rgb(217,59,153); }
div.DivClassName
{
background-color: #D93B99;
}
.BgClassName
{
background-color: #D93B99;
}
</style>
border-color css
<style>
span { border-color: #D93B99; }
span { border-color: rgb(217,59,153); }
td.TdClassName
{
border-color: #D93B99;
}
.TagClassName
{
border-color: #D93B99;
}
</style>