Shades of Deep Cerise #D92986
Tints of Deep Cerise #D92986
RGB
CMYK
RGB Variations
Color information
#D92986 (or 0xD92986) is known color: Deep Cerise. HEX triplet: D9, 29 and 86. RGB value is (217,41,134). Sum of RGB (Red+Green+Blue) = 217+41+134=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D92986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92986 is #26D679. Grayscale: #686868. Windows color (decimal): -2545274 or 8792537. OLE color: 8792537.
HSL color Cylindrical-coordinate representation of color #D92986: hue angle of 328.3º 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 #D92986 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 134 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.15 |
| HSL | 328.3º | 0.7% | 0.51% | - |
| HSV(B) | 328.3º | 0.81% | 0.85% | - |
| XYZ | 33.71 | 18.06 | 24.26 | - |
| YUV | 104.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 134 | 0 | 0.81 | 0.38 | 0.15 | 328.3 | 0.7 | 0.51 |
| Hex | D9 | 29 | 86 | 0 | 51 | 26 | F | 148 | 46 | 33 |
| Octal | 331 | 51 | 206 | 0 | 121 | 46 | 17 | 510 | 106 | 63 |
| Binary | 11011001 | 101001 | 10000110 | 0 | 1010001 | 100110 | 1111 | 101001000 | 1000110 | 110011 |
Color Harmonies of #D92986
Complementary color
Monochromatic Colors of #D92986
Black with #D92986
Text Example
Text Example
White with #D92986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92986; }
p { color: rgb(217,41,134); }
H1.HeaderClassName
{
color: #D92986;
}
.AnyTagClassName
{
color: #D92986;
}
</style>
background-color css
<style>
a { background-color: #D92986; }
a { background-color: rgb(217,41,134); }
div.DivClassName
{
background-color: #D92986;
}
.BgClassName
{
background-color: #D92986;
}
</style>
border-color css
<style>
span { border-color: #D92986; }
span { border-color: rgb(217,41,134); }
td.TdClassName
{
border-color: #D92986;
}
.TagClassName
{
border-color: #D92986;
}
</style>