Shades of Deep Cerise #D92493
Tints of Deep Cerise #D92493
RGB
CMYK
RGB Variations
Color information
#D92493 (or 0xD92493) is known color: Deep Cerise. HEX triplet: D9, 24 and 93. RGB value is (217,36,147). Sum of RGB (Red+Green+Blue) = 217+36+147=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D92493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92493 is #26DB6C. Grayscale: #666666. Windows color (decimal): -2546541 or 9643225. OLE color: 9643225.
HSL color Cylindrical-coordinate representation of color #D92493: hue angle of 323.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92493 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 147 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.15 |
| HSL | 323.2º | 0.72% | 0.5% | - |
| HSV(B) | 323.2º | 0.83% | 0.85% | - |
| XYZ | 34.51 | 18.12 | 29.28 | - |
| YUV | 102.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 147 | 0 | 0.83 | 0.32 | 0.15 | 323.2 | 0.72 | 0.5 |
| Hex | D9 | 24 | 93 | 0 | 53 | 20 | F | 143 | 48 | 32 |
| Octal | 331 | 44 | 223 | 0 | 123 | 40 | 17 | 503 | 110 | 62 |
| Binary | 11011001 | 100100 | 10010011 | 0 | 1010011 | 100000 | 1111 | 101000011 | 1001000 | 110010 |
Color Harmonies of #D92493
Complementary color
Monochromatic Colors of #D92493
Black with #D92493
Text Example
Text Example
White with #D92493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92493; }
p { color: rgb(217,36,147); }
H1.HeaderClassName
{
color: #D92493;
}
.AnyTagClassName
{
color: #D92493;
}
</style>
background-color css
<style>
a { background-color: #D92493; }
a { background-color: rgb(217,36,147); }
div.DivClassName
{
background-color: #D92493;
}
.BgClassName
{
background-color: #D92493;
}
</style>
border-color css
<style>
span { border-color: #D92493; }
span { border-color: rgb(217,36,147); }
td.TdClassName
{
border-color: #D92493;
}
.TagClassName
{
border-color: #D92493;
}
</style>