Shades of Deep Cerise #D92881
Tints of Deep Cerise #D92881
RGB
CMYK
RGB Variations
Color information
#D92881 (or 0xD92881) is known color: Deep Cerise. HEX triplet: D9, 28 and 81. RGB value is (217,40,129). Sum of RGB (Red+Green+Blue) = 217+40+129=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D92881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92881 is #26D77E. Grayscale: #666666. Windows color (decimal): -2545535 or 8464601. OLE color: 8464601.
HSL color Cylindrical-coordinate representation of color #D92881: hue angle of 329.83º 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 #D92881 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 129 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.15 |
| HSL | 329.83º | 0.7% | 0.5% | - |
| HSV(B) | 329.83º | 0.82% | 0.85% | - |
| XYZ | 33.34 | 17.85 | 22.46 | - |
| YUV | 103.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 129 | 0 | 0.82 | 0.41 | 0.15 | 329.83 | 0.7 | 0.5 |
| Hex | D9 | 28 | 81 | 0 | 52 | 29 | F | 14A | 46 | 32 |
| Octal | 331 | 50 | 201 | 0 | 122 | 51 | 17 | 512 | 106 | 62 |
| Binary | 11011001 | 101000 | 10000001 | 0 | 1010010 | 101001 | 1111 | 101001010 | 1000110 | 110010 |
Color Harmonies of #D92881
Complementary color
Monochromatic Colors of #D92881
Black with #D92881
Text Example
Text Example
White with #D92881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92881; }
p { color: rgb(217,40,129); }
H1.HeaderClassName
{
color: #D92881;
}
.AnyTagClassName
{
color: #D92881;
}
</style>
background-color css
<style>
a { background-color: #D92881; }
a { background-color: rgb(217,40,129); }
div.DivClassName
{
background-color: #D92881;
}
.BgClassName
{
background-color: #D92881;
}
</style>
border-color css
<style>
span { border-color: #D92881; }
span { border-color: rgb(217,40,129); }
td.TdClassName
{
border-color: #D92881;
}
.TagClassName
{
border-color: #D92881;
}
</style>