Shades of Deep Cerise #D92392
Tints of Deep Cerise #D92392
RGB
CMYK
RGB Variations
Color information
#D92392 (or 0xD92392) is known color: Deep Cerise. HEX triplet: D9, 23 and 92. RGB value is (217,35,146). Sum of RGB (Red+Green+Blue) = 217+35+146=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D92392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92392 is #26DC6D. Grayscale: #656565. Windows color (decimal): -2546798 or 9577433. OLE color: 9577433.
HSL color Cylindrical-coordinate representation of color #D92392: hue angle of 323.41º 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 #D92392 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 146 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.15 |
| HSL | 323.41º | 0.72% | 0.49% | - |
| HSV(B) | 323.41º | 0.84% | 0.85% | - |
| XYZ | 34.4 | 18.03 | 28.86 | - |
| YUV | 102.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 146 | 0 | 0.84 | 0.33 | 0.15 | 323.41 | 0.72 | 0.49 |
| Hex | D9 | 23 | 92 | 0 | 54 | 21 | F | 143 | 48 | 31 |
| Octal | 331 | 43 | 222 | 0 | 124 | 41 | 17 | 503 | 110 | 61 |
| Binary | 11011001 | 100011 | 10010010 | 0 | 1010100 | 100001 | 1111 | 101000011 | 1001000 | 110001 |
Color Harmonies of #D92392
Complementary color
Monochromatic Colors of #D92392
Black with #D92392
Text Example
Text Example
White with #D92392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92392; }
p { color: rgb(217,35,146); }
H1.HeaderClassName
{
color: #D92392;
}
.AnyTagClassName
{
color: #D92392;
}
</style>
background-color css
<style>
a { background-color: #D92392; }
a { background-color: rgb(217,35,146); }
div.DivClassName
{
background-color: #D92392;
}
.BgClassName
{
background-color: #D92392;
}
</style>
border-color css
<style>
span { border-color: #D92392; }
span { border-color: rgb(217,35,146); }
td.TdClassName
{
border-color: #D92392;
}
.TagClassName
{
border-color: #D92392;
}
</style>