Shades of Deep Cerise #D92F96
Tints of Deep Cerise #D92F96
RGB
CMYK
RGB Variations
Color information
#D92F96 (or 0xD92F96) is known color: Deep Cerise. HEX triplet: D9, 2F and 96. RGB value is (217,47,150). Sum of RGB (Red+Green+Blue) = 217+47+150=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F96 is #26D069. Grayscale: #6D6D6D. Windows color (decimal): -2543722 or 9842649. OLE color: 9842649.
HSL color Cylindrical-coordinate representation of color #D92F96: hue angle of 323.65º 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 #D92F96 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 150 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.15 |
| HSL | 323.65º | 0.69% | 0.52% | - |
| HSV(B) | 323.65º | 0.78% | 0.85% | - |
| XYZ | 35.14 | 18.99 | 30.67 | - |
| YUV | 109.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 150 | 0 | 0.78 | 0.31 | 0.15 | 323.65 | 0.69 | 0.52 |
| Hex | D9 | 2F | 96 | 0 | 4E | 1F | F | 144 | 45 | 34 |
| Octal | 331 | 57 | 226 | 0 | 116 | 37 | 17 | 504 | 105 | 64 |
| Binary | 11011001 | 101111 | 10010110 | 0 | 1001110 | 11111 | 1111 | 101000100 | 1000101 | 110100 |
Color Harmonies of #D92F96
Complementary color
Monochromatic Colors of #D92F96
Black with #D92F96
Text Example
Text Example
White with #D92F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F96; }
p { color: rgb(217,47,150); }
H1.HeaderClassName
{
color: #D92F96;
}
.AnyTagClassName
{
color: #D92F96;
}
</style>
background-color css
<style>
a { background-color: #D92F96; }
a { background-color: rgb(217,47,150); }
div.DivClassName
{
background-color: #D92F96;
}
.BgClassName
{
background-color: #D92F96;
}
</style>
border-color css
<style>
span { border-color: #D92F96; }
span { border-color: rgb(217,47,150); }
td.TdClassName
{
border-color: #D92F96;
}
.TagClassName
{
border-color: #D92F96;
}
</style>