Shades of Deep Cerise #D93992
Tints of Deep Cerise #D93992
RGB
CMYK
RGB Variations
Color information
#D93992 (or 0xD93992) is known color: Deep Cerise. HEX triplet: D9, 39 and 92. RGB value is (217,57,146). Sum of RGB (Red+Green+Blue) = 217+57+146=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D93992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93992 is #26C66D. Grayscale: #727272. Windows color (decimal): -2541166 or 9583065. OLE color: 9583065.
HSL color Cylindrical-coordinate representation of color #D93992: hue angle of 326.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93992 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 146 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.15 |
| HSL | 326.63º | 0.68% | 0.54% | - |
| HSV(B) | 326.63º | 0.74% | 0.85% | - |
| XYZ | 35.27 | 19.75 | 29.15 | - |
| YUV | 114.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 146 | 0 | 0.74 | 0.33 | 0.15 | 326.63 | 0.68 | 0.54 |
| Hex | D9 | 39 | 92 | 0 | 4A | 21 | F | 147 | 44 | 36 |
| Octal | 331 | 71 | 222 | 0 | 112 | 41 | 17 | 507 | 104 | 66 |
| Binary | 11011001 | 111001 | 10010010 | 0 | 1001010 | 100001 | 1111 | 101000111 | 1000100 | 110110 |
Color Harmonies of #D93992
Complementary color
Monochromatic Colors of #D93992
Black with #D93992
Text Example
Text Example
White with #D93992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93992; }
p { color: rgb(217,57,146); }
H1.HeaderClassName
{
color: #D93992;
}
.AnyTagClassName
{
color: #D93992;
}
</style>
background-color css
<style>
a { background-color: #D93992; }
a { background-color: rgb(217,57,146); }
div.DivClassName
{
background-color: #D93992;
}
.BgClassName
{
background-color: #D93992;
}
</style>
border-color css
<style>
span { border-color: #D93992; }
span { border-color: rgb(217,57,146); }
td.TdClassName
{
border-color: #D93992;
}
.TagClassName
{
border-color: #D93992;
}
</style>