Shades of Deep Cerise #D92FA0
Tints of Deep Cerise #D92FA0
RGB
CMYK
RGB Variations
Color information
#D92FA0 (or 0xD92FA0) is known color: Deep Cerise. HEX triplet: D9, 2F and A0. RGB value is (217,47,160). Sum of RGB (Red+Green+Blue) = 217+47+160=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FA0 is #26D05F. Grayscale: #6E6E6E. Windows color (decimal): -2543712 or 10498009. OLE color: 10498009.
HSL color Cylindrical-coordinate representation of color #D92FA0: hue angle of 320.12º 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 #D92FA0 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 160 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.15 |
| HSL | 320.12º | 0.69% | 0.52% | - |
| HSV(B) | 320.12º | 0.78% | 0.85% | - |
| XYZ | 35.98 | 19.32 | 35.09 | - |
| YUV | 110.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 160 | 0 | 0.78 | 0.26 | 0.15 | 320.12 | 0.69 | 0.52 |
| Hex | D9 | 2F | A0 | 0 | 4E | 1A | F | 140 | 45 | 34 |
| Octal | 331 | 57 | 240 | 0 | 116 | 32 | 17 | 500 | 105 | 64 |
| Binary | 11011001 | 101111 | 10100000 | 0 | 1001110 | 11010 | 1111 | 101000000 | 1000101 | 110100 |
Color Harmonies of #D92FA0
Complementary color
Monochromatic Colors of #D92FA0
Black with #D92FA0
Text Example
Text Example
White with #D92FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FA0; }
p { color: rgb(217,47,160); }
H1.HeaderClassName
{
color: #D92FA0;
}
.AnyTagClassName
{
color: #D92FA0;
}
</style>
background-color css
<style>
a { background-color: #D92FA0; }
a { background-color: rgb(217,47,160); }
div.DivClassName
{
background-color: #D92FA0;
}
.BgClassName
{
background-color: #D92FA0;
}
</style>
border-color css
<style>
span { border-color: #D92FA0; }
span { border-color: rgb(217,47,160); }
td.TdClassName
{
border-color: #D92FA0;
}
.TagClassName
{
border-color: #D92FA0;
}
</style>