Shades of Deep Cerise #D92892
Tints of Deep Cerise #D92892
RGB
CMYK
RGB Variations
Color information
#D92892 (or 0xD92892) is known color: Deep Cerise. HEX triplet: D9, 28 and 92. RGB value is (217,40,146). Sum of RGB (Red+Green+Blue) = 217+40+146=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D92892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92892 is #26D76D. Grayscale: #686868. Windows color (decimal): -2545518 or 9578713. OLE color: 9578713.
HSL color Cylindrical-coordinate representation of color #D92892: hue angle of 324.07º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92892 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 146 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.15 |
| HSL | 324.07º | 0.7% | 0.5% | - |
| HSV(B) | 324.07º | 0.82% | 0.85% | - |
| XYZ | 34.56 | 18.34 | 28.91 | - |
| YUV | 105.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 146 | 0 | 0.82 | 0.33 | 0.15 | 324.07 | 0.7 | 0.5 |
| Hex | D9 | 28 | 92 | 0 | 52 | 21 | F | 144 | 46 | 32 |
| Octal | 331 | 50 | 222 | 0 | 122 | 41 | 17 | 504 | 106 | 62 |
| Binary | 11011001 | 101000 | 10010010 | 0 | 1010010 | 100001 | 1111 | 101000100 | 1000110 | 110010 |
Color Harmonies of #D92892
Complementary color
Monochromatic Colors of #D92892
Black with #D92892
Text Example
Text Example
White with #D92892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92892; }
p { color: rgb(217,40,146); }
H1.HeaderClassName
{
color: #D92892;
}
.AnyTagClassName
{
color: #D92892;
}
</style>
background-color css
<style>
a { background-color: #D92892; }
a { background-color: rgb(217,40,146); }
div.DivClassName
{
background-color: #D92892;
}
.BgClassName
{
background-color: #D92892;
}
</style>
border-color css
<style>
span { border-color: #D92892; }
span { border-color: rgb(217,40,146); }
td.TdClassName
{
border-color: #D92892;
}
.TagClassName
{
border-color: #D92892;
}
</style>