Shades of Deep Cerise #D92884
Tints of Deep Cerise #D92884
RGB
CMYK
RGB Variations
Color information
#D92884 (or 0xD92884) is known color: Deep Cerise. HEX triplet: D9, 28 and 84. RGB value is (217,40,132). Sum of RGB (Red+Green+Blue) = 217+40+132=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D92884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92884 is #26D77B. Grayscale: #676767. Windows color (decimal): -2545532 or 8661209. OLE color: 8661209.
HSL color Cylindrical-coordinate representation of color #D92884: hue angle of 328.81º 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 #D92884 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 132 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.15 |
| HSL | 328.81º | 0.7% | 0.5% | - |
| HSV(B) | 328.81º | 0.82% | 0.85% | - |
| XYZ | 33.54 | 17.94 | 23.52 | - |
| YUV | 103.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 132 | 0 | 0.82 | 0.39 | 0.15 | 328.81 | 0.7 | 0.5 |
| Hex | D9 | 28 | 84 | 0 | 52 | 27 | F | 149 | 46 | 32 |
| Octal | 331 | 50 | 204 | 0 | 122 | 47 | 17 | 511 | 106 | 62 |
| Binary | 11011001 | 101000 | 10000100 | 0 | 1010010 | 100111 | 1111 | 101001001 | 1000110 | 110010 |
Color Harmonies of #D92884
Complementary color
Monochromatic Colors of #D92884
Black with #D92884
Text Example
Text Example
White with #D92884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92884; }
p { color: rgb(217,40,132); }
H1.HeaderClassName
{
color: #D92884;
}
.AnyTagClassName
{
color: #D92884;
}
</style>
background-color css
<style>
a { background-color: #D92884; }
a { background-color: rgb(217,40,132); }
div.DivClassName
{
background-color: #D92884;
}
.BgClassName
{
background-color: #D92884;
}
</style>
border-color css
<style>
span { border-color: #D92884; }
span { border-color: rgb(217,40,132); }
td.TdClassName
{
border-color: #D92884;
}
.TagClassName
{
border-color: #D92884;
}
</style>