Shades of Deep Cerise #D92FA7
Tints of Deep Cerise #D92FA7
RGB
CMYK
RGB Variations
Color information
#D92FA7 (or 0xD92FA7) is known color: Deep Cerise. HEX triplet: D9, 2F and A7. RGB value is (217,47,167). Sum of RGB (Red+Green+Blue) = 217+47+167=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FA7 is #26D058. Grayscale: #6F6F6F. Windows color (decimal): -2543705 or 10956761. OLE color: 10956761.
HSL color Cylindrical-coordinate representation of color #D92FA7: hue angle of 317.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 #D92FA7 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 167 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.15 |
| HSL | 317.65º | 0.69% | 0.52% | - |
| HSV(B) | 317.65º | 0.78% | 0.85% | - |
| XYZ | 36.61 | 19.57 | 38.41 | - |
| YUV | 111.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 167 | 0 | 0.78 | 0.23 | 0.15 | 317.65 | 0.69 | 0.52 |
| Hex | D9 | 2F | A7 | 0 | 4E | 17 | F | 13E | 45 | 34 |
| Octal | 331 | 57 | 247 | 0 | 116 | 27 | 17 | 476 | 105 | 64 |
| Binary | 11011001 | 101111 | 10100111 | 0 | 1001110 | 10111 | 1111 | 100111110 | 1000101 | 110100 |
Color Harmonies of #D92FA7
Complementary color
Monochromatic Colors of #D92FA7
Black with #D92FA7
Text Example
Text Example
White with #D92FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FA7; }
p { color: rgb(217,47,167); }
H1.HeaderClassName
{
color: #D92FA7;
}
.AnyTagClassName
{
color: #D92FA7;
}
</style>
background-color css
<style>
a { background-color: #D92FA7; }
a { background-color: rgb(217,47,167); }
div.DivClassName
{
background-color: #D92FA7;
}
.BgClassName
{
background-color: #D92FA7;
}
</style>
border-color css
<style>
span { border-color: #D92FA7; }
span { border-color: rgb(217,47,167); }
td.TdClassName
{
border-color: #D92FA7;
}
.TagClassName
{
border-color: #D92FA7;
}
</style>