Shades of Deep Cerise #D93C9F
Tints of Deep Cerise #D93C9F
RGB
CMYK
RGB Variations
Color information
#D93C9F (or 0xD93C9F) is known color: Deep Cerise. HEX triplet: D9, 3C and 9F. RGB value is (217,60,159). Sum of RGB (Red+Green+Blue) = 217+60+159=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C9F is #26C360. Grayscale: #757575. Windows color (decimal): -2540385 or 10435801. OLE color: 10435801.
HSL color Cylindrical-coordinate representation of color #D93C9F: hue angle of 322.17º 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 #D93C9F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 159 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.15 |
| HSL | 322.17º | 0.67% | 0.54% | - |
| HSV(B) | 322.17º | 0.72% | 0.85% | - |
| XYZ | 36.49 | 20.49 | 34.83 | - |
| YUV | 118.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 159 | 0 | 0.72 | 0.27 | 0.15 | 322.17 | 0.67 | 0.54 |
| Hex | D9 | 3C | 9F | 0 | 48 | 1B | F | 142 | 43 | 36 |
| Octal | 331 | 74 | 237 | 0 | 110 | 33 | 17 | 502 | 103 | 66 |
| Binary | 11011001 | 111100 | 10011111 | 0 | 1001000 | 11011 | 1111 | 101000010 | 1000011 | 110110 |
Color Harmonies of #D93C9F
Complementary color
Monochromatic Colors of #D93C9F
Black with #D93C9F
Text Example
Text Example
White with #D93C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C9F; }
p { color: rgb(217,60,159); }
H1.HeaderClassName
{
color: #D93C9F;
}
.AnyTagClassName
{
color: #D93C9F;
}
</style>
background-color css
<style>
a { background-color: #D93C9F; }
a { background-color: rgb(217,60,159); }
div.DivClassName
{
background-color: #D93C9F;
}
.BgClassName
{
background-color: #D93C9F;
}
</style>
border-color css
<style>
span { border-color: #D93C9F; }
span { border-color: rgb(217,60,159); }
td.TdClassName
{
border-color: #D93C9F;
}
.TagClassName
{
border-color: #D93C9F;
}
</style>