Shades of Deep Cerise #D92F9F
Tints of Deep Cerise #D92F9F
RGB
CMYK
RGB Variations
Color information
#D92F9F (or 0xD92F9F) is known color: Deep Cerise. HEX triplet: D9, 2F and 9F. RGB value is (217,47,159). Sum of RGB (Red+Green+Blue) = 217+47+159=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F9F is #26D060. Grayscale: #6E6E6E. Windows color (decimal): -2543713 or 10432473. OLE color: 10432473.
HSL color Cylindrical-coordinate representation of color #D92F9F: hue angle of 320.47º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F9F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 159 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.15 |
| HSL | 320.47º | 0.69% | 0.52% | - |
| HSV(B) | 320.47º | 0.78% | 0.85% | - |
| XYZ | 35.89 | 19.29 | 34.63 | - |
| YUV | 110.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 159 | 0 | 0.78 | 0.27 | 0.15 | 320.47 | 0.69 | 0.52 |
| Hex | D9 | 2F | 9F | 0 | 4E | 1B | F | 140 | 45 | 34 |
| Octal | 331 | 57 | 237 | 0 | 116 | 33 | 17 | 500 | 105 | 64 |
| Binary | 11011001 | 101111 | 10011111 | 0 | 1001110 | 11011 | 1111 | 101000000 | 1000101 | 110100 |
Color Harmonies of #D92F9F
Complementary color
Monochromatic Colors of #D92F9F
Black with #D92F9F
Text Example
Text Example
White with #D92F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F9F; }
p { color: rgb(217,47,159); }
H1.HeaderClassName
{
color: #D92F9F;
}
.AnyTagClassName
{
color: #D92F9F;
}
</style>
background-color css
<style>
a { background-color: #D92F9F; }
a { background-color: rgb(217,47,159); }
div.DivClassName
{
background-color: #D92F9F;
}
.BgClassName
{
background-color: #D92F9F;
}
</style>
border-color css
<style>
span { border-color: #D92F9F; }
span { border-color: rgb(217,47,159); }
td.TdClassName
{
border-color: #D92F9F;
}
.TagClassName
{
border-color: #D92F9F;
}
</style>