Shades of Deep Cerise #D92F9C
Tints of Deep Cerise #D92F9C
RGB
CMYK
RGB Variations
Color information
#D92F9C (or 0xD92F9C) is known color: Deep Cerise. HEX triplet: D9, 2F and 9C. RGB value is (217,47,156). Sum of RGB (Red+Green+Blue) = 217+47+156=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F9C is #26D063. Grayscale: #6D6D6D. Windows color (decimal): -2543716 or 10235865. OLE color: 10235865.
HSL color Cylindrical-coordinate representation of color #D92F9C: hue angle of 321.53º 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 #D92F9C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 156 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.15 |
| HSL | 321.53º | 0.69% | 0.52% | - |
| HSV(B) | 321.53º | 0.78% | 0.85% | - |
| XYZ | 35.63 | 19.19 | 33.28 | - |
| YUV | 110.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 156 | 0 | 0.78 | 0.28 | 0.15 | 321.53 | 0.69 | 0.52 |
| Hex | D9 | 2F | 9C | 0 | 4E | 1C | F | 142 | 45 | 34 |
| Octal | 331 | 57 | 234 | 0 | 116 | 34 | 17 | 502 | 105 | 64 |
| Binary | 11011001 | 101111 | 10011100 | 0 | 1001110 | 11100 | 1111 | 101000010 | 1000101 | 110100 |
Color Harmonies of #D92F9C
Complementary color
Monochromatic Colors of #D92F9C
Black with #D92F9C
Text Example
Text Example
White with #D92F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F9C; }
p { color: rgb(217,47,156); }
H1.HeaderClassName
{
color: #D92F9C;
}
.AnyTagClassName
{
color: #D92F9C;
}
</style>
background-color css
<style>
a { background-color: #D92F9C; }
a { background-color: rgb(217,47,156); }
div.DivClassName
{
background-color: #D92F9C;
}
.BgClassName
{
background-color: #D92F9C;
}
</style>
border-color css
<style>
span { border-color: #D92F9C; }
span { border-color: rgb(217,47,156); }
td.TdClassName
{
border-color: #D92F9C;
}
.TagClassName
{
border-color: #D92F9C;
}
</style>