Shades of Deep Cerise #D92F82
Tints of Deep Cerise #D92F82
RGB
CMYK
RGB Variations
Color information
#D92F82 (or 0xD92F82) is known color: Deep Cerise. HEX triplet: D9, 2F and 82. RGB value is (217,47,130). Sum of RGB (Red+Green+Blue) = 217+47+130=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F82 is #26D07D. Grayscale: #6B6B6B. Windows color (decimal): -2543742 or 8531929. OLE color: 8531929.
HSL color Cylindrical-coordinate representation of color #D92F82: hue angle of 330.71º 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 #D92F82 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 130 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.15 |
| HSL | 330.71º | 0.69% | 0.52% | - |
| HSV(B) | 330.71º | 0.78% | 0.85% | - |
| XYZ | 33.66 | 18.4 | 22.9 | - |
| YUV | 107.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 130 | 0 | 0.78 | 0.40 | 0.15 | 330.71 | 0.69 | 0.52 |
| Hex | D9 | 2F | 82 | 0 | 4E | 28 | F | 14B | 45 | 34 |
| Octal | 331 | 57 | 202 | 0 | 116 | 50 | 17 | 513 | 105 | 64 |
| Binary | 11011001 | 101111 | 10000010 | 0 | 1001110 | 101000 | 1111 | 101001011 | 1000101 | 110100 |
Color Harmonies of #D92F82
Complementary color
Monochromatic Colors of #D92F82
Black with #D92F82
Text Example
Text Example
White with #D92F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F82; }
p { color: rgb(217,47,130); }
H1.HeaderClassName
{
color: #D92F82;
}
.AnyTagClassName
{
color: #D92F82;
}
</style>
background-color css
<style>
a { background-color: #D92F82; }
a { background-color: rgb(217,47,130); }
div.DivClassName
{
background-color: #D92F82;
}
.BgClassName
{
background-color: #D92F82;
}
</style>
border-color css
<style>
span { border-color: #D92F82; }
span { border-color: rgb(217,47,130); }
td.TdClassName
{
border-color: #D92F82;
}
.TagClassName
{
border-color: #D92F82;
}
</style>