Shades of Deep Cerise #D92B9F
Tints of Deep Cerise #D92B9F
RGB
CMYK
RGB Variations
Color information
#D92B9F (or 0xD92B9F) is known color: Deep Cerise. HEX triplet: D9, 2B and 9F. RGB value is (217,43,159). Sum of RGB (Red+Green+Blue) = 217+43+159=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92B9F is #26D460. Grayscale: #6B6B6B. Windows color (decimal): -2544737 or 10431449. OLE color: 10431449.
HSL color Cylindrical-coordinate representation of color #D92B9F: hue angle of 320º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B9F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 159 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.15 |
| HSL | 320º | 0.7% | 0.51% | - |
| HSV(B) | 320º | 0.8% | 0.85% | - |
| XYZ | 35.74 | 18.98 | 34.58 | - |
| YUV | 108.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 159 | 0 | 0.80 | 0.27 | 0.15 | 320 | 0.7 | 0.51 |
| Hex | D9 | 2B | 9F | 0 | 50 | 1B | F | 140 | 46 | 33 |
| Octal | 331 | 53 | 237 | 0 | 120 | 33 | 17 | 500 | 106 | 63 |
| Binary | 11011001 | 101011 | 10011111 | 0 | 1010000 | 11011 | 1111 | 101000000 | 1000110 | 110011 |
Color Harmonies of #D92B9F
Complementary color
Monochromatic Colors of #D92B9F
Black with #D92B9F
Text Example
Text Example
White with #D92B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B9F; }
p { color: rgb(217,43,159); }
H1.HeaderClassName
{
color: #D92B9F;
}
.AnyTagClassName
{
color: #D92B9F;
}
</style>
background-color css
<style>
a { background-color: #D92B9F; }
a { background-color: rgb(217,43,159); }
div.DivClassName
{
background-color: #D92B9F;
}
.BgClassName
{
background-color: #D92B9F;
}
</style>
border-color css
<style>
span { border-color: #D92B9F; }
span { border-color: rgb(217,43,159); }
td.TdClassName
{
border-color: #D92B9F;
}
.TagClassName
{
border-color: #D92B9F;
}
</style>