Shades of Deep Cerise #D92393
Tints of Deep Cerise #D92393
RGB
CMYK
RGB Variations
Color information
#D92393 (or 0xD92393) is known color: Deep Cerise. HEX triplet: D9, 23 and 93. RGB value is (217,35,147). Sum of RGB (Red+Green+Blue) = 217+35+147=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D92393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92393 is #26DC6C. Grayscale: #656565. Windows color (decimal): -2546797 or 9642969. OLE color: 9642969.
HSL color Cylindrical-coordinate representation of color #D92393: hue angle of 323.08º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92393 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 147 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.15 |
| HSL | 323.08º | 0.72% | 0.49% | - |
| HSV(B) | 323.08º | 0.84% | 0.85% | - |
| XYZ | 34.48 | 18.06 | 29.27 | - |
| YUV | 102.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 147 | 0 | 0.84 | 0.32 | 0.15 | 323.08 | 0.72 | 0.49 |
| Hex | D9 | 23 | 93 | 0 | 54 | 20 | F | 143 | 48 | 31 |
| Octal | 331 | 43 | 223 | 0 | 124 | 40 | 17 | 503 | 110 | 61 |
| Binary | 11011001 | 100011 | 10010011 | 0 | 1010100 | 100000 | 1111 | 101000011 | 1001000 | 110001 |
Color Harmonies of #D92393
Complementary color
Monochromatic Colors of #D92393
Black with #D92393
Text Example
Text Example
White with #D92393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92393; }
p { color: rgb(217,35,147); }
H1.HeaderClassName
{
color: #D92393;
}
.AnyTagClassName
{
color: #D92393;
}
</style>
background-color css
<style>
a { background-color: #D92393; }
a { background-color: rgb(217,35,147); }
div.DivClassName
{
background-color: #D92393;
}
.BgClassName
{
background-color: #D92393;
}
</style>
border-color css
<style>
span { border-color: #D92393; }
span { border-color: rgb(217,35,147); }
td.TdClassName
{
border-color: #D92393;
}
.TagClassName
{
border-color: #D92393;
}
</style>