Shades of Deep Cerise #D92F7F
Tints of Deep Cerise #D92F7F
RGB
CMYK
RGB Variations
Color information
#D92F7F (or 0xD92F7F) is known color: Deep Cerise. HEX triplet: D9, 2F and 7F. RGB value is (217,47,127). Sum of RGB (Red+Green+Blue) = 217+47+127=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F7F is #26D080. Grayscale: #6A6A6A. Windows color (decimal): -2543745 or 8335321. OLE color: 8335321.
HSL color Cylindrical-coordinate representation of color #D92F7F: hue angle of 331.76º 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 #D92F7F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 127 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.15 |
| HSL | 331.76º | 0.69% | 0.52% | - |
| HSV(B) | 331.76º | 0.78% | 0.85% | - |
| XYZ | 33.46 | 18.32 | 21.85 | - |
| YUV | 106.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 127 | 0 | 0.78 | 0.41 | 0.15 | 331.76 | 0.69 | 0.52 |
| Hex | D9 | 2F | 7F | 0 | 4E | 29 | F | 14C | 45 | 34 |
| Octal | 331 | 57 | 177 | 0 | 116 | 51 | 17 | 514 | 105 | 64 |
| Binary | 11011001 | 101111 | 1111111 | 0 | 1001110 | 101001 | 1111 | 101001100 | 1000101 | 110100 |
Color Harmonies of #D92F7F
Complementary color
Monochromatic Colors of #D92F7F
Black with #D92F7F
Text Example
Text Example
White with #D92F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F7F; }
p { color: rgb(217,47,127); }
H1.HeaderClassName
{
color: #D92F7F;
}
.AnyTagClassName
{
color: #D92F7F;
}
</style>
background-color css
<style>
a { background-color: #D92F7F; }
a { background-color: rgb(217,47,127); }
div.DivClassName
{
background-color: #D92F7F;
}
.BgClassName
{
background-color: #D92F7F;
}
</style>
border-color css
<style>
span { border-color: #D92F7F; }
span { border-color: rgb(217,47,127); }
td.TdClassName
{
border-color: #D92F7F;
}
.TagClassName
{
border-color: #D92F7F;
}
</style>