Shades of Deep Cerise #D92F78
Tints of Deep Cerise #D92F78
RGB
CMYK
RGB Variations
Color information
#D92F78 (or 0xD92F78) is known color: Deep Cerise. HEX triplet: D9, 2F and 78. RGB value is (217,47,120). Sum of RGB (Red+Green+Blue) = 217+47+120=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F78 is #26D087. Grayscale: #6A6A6A. Windows color (decimal): -2543752 or 7876569. OLE color: 7876569.
HSL color Cylindrical-coordinate representation of color #D92F78: hue angle of 334.24º 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 #D92F78 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 120 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.15 |
| HSL | 334.24º | 0.69% | 0.52% | - |
| HSV(B) | 334.24º | 0.78% | 0.85% | - |
| XYZ | 33.02 | 18.14 | 19.53 | - |
| YUV | 106.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 120 | 0 | 0.78 | 0.45 | 0.15 | 334.24 | 0.69 | 0.52 |
| Hex | D9 | 2F | 78 | 0 | 4E | 2D | F | 14E | 45 | 34 |
| Octal | 331 | 57 | 170 | 0 | 116 | 55 | 17 | 516 | 105 | 64 |
| Binary | 11011001 | 101111 | 1111000 | 0 | 1001110 | 101101 | 1111 | 101001110 | 1000101 | 110100 |
Color Harmonies of #D92F78
Complementary color
Monochromatic Colors of #D92F78
Black with #D92F78
Text Example
Text Example
White with #D92F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F78; }
p { color: rgb(217,47,120); }
H1.HeaderClassName
{
color: #D92F78;
}
.AnyTagClassName
{
color: #D92F78;
}
</style>
background-color css
<style>
a { background-color: #D92F78; }
a { background-color: rgb(217,47,120); }
div.DivClassName
{
background-color: #D92F78;
}
.BgClassName
{
background-color: #D92F78;
}
</style>
border-color css
<style>
span { border-color: #D92F78; }
span { border-color: rgb(217,47,120); }
td.TdClassName
{
border-color: #D92F78;
}
.TagClassName
{
border-color: #D92F78;
}
</style>