Shades of Deep Cerise #D92981
Tints of Deep Cerise #D92981
RGB
CMYK
RGB Variations
Color information
#D92981 (or 0xD92981) is known color: Deep Cerise. HEX triplet: D9, 29 and 81. RGB value is (217,41,129). Sum of RGB (Red+Green+Blue) = 217+41+129=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D92981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92981 is #26D67E. Grayscale: #676767. Windows color (decimal): -2545279 or 8464857. OLE color: 8464857.
HSL color Cylindrical-coordinate representation of color #D92981: hue angle of 330º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92981 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 129 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.15 |
| HSL | 330º | 0.7% | 0.51% | - |
| HSV(B) | 330º | 0.81% | 0.85% | - |
| XYZ | 33.37 | 17.92 | 22.47 | - |
| YUV | 103.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 129 | 0 | 0.81 | 0.41 | 0.15 | 330 | 0.7 | 0.51 |
| Hex | D9 | 29 | 81 | 0 | 51 | 29 | F | 14A | 46 | 33 |
| Octal | 331 | 51 | 201 | 0 | 121 | 51 | 17 | 512 | 106 | 63 |
| Binary | 11011001 | 101001 | 10000001 | 0 | 1010001 | 101001 | 1111 | 101001010 | 1000110 | 110011 |
Color Harmonies of #D92981
Complementary color
Monochromatic Colors of #D92981
Black with #D92981
Text Example
Text Example
White with #D92981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92981; }
p { color: rgb(217,41,129); }
H1.HeaderClassName
{
color: #D92981;
}
.AnyTagClassName
{
color: #D92981;
}
</style>
background-color css
<style>
a { background-color: #D92981; }
a { background-color: rgb(217,41,129); }
div.DivClassName
{
background-color: #D92981;
}
.BgClassName
{
background-color: #D92981;
}
</style>
border-color css
<style>
span { border-color: #D92981; }
span { border-color: rgb(217,41,129); }
td.TdClassName
{
border-color: #D92981;
}
.TagClassName
{
border-color: #D92981;
}
</style>