Shades of Deep Cerise #D82F7C
Tints of Deep Cerise #D82F7C
RGB
CMYK
RGB Variations
Color information
#D82F7C (or 0xD82F7C) is known color: Deep Cerise. HEX triplet: D8, 2F and 7C. RGB value is (216,47,124). Sum of RGB (Red+Green+Blue) = 216+47+124=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F7C is #27D083. Grayscale: #6A6A6A. Windows color (decimal): -2609284 or 8138712. OLE color: 8138712.
HSL color Cylindrical-coordinate representation of color #D82F7C: hue angle of 332.66º degrees, saturation: 0.68, 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 #D82F7C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 124 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.15 |
| HSL | 332.66º | 0.68% | 0.52% | - |
| HSV(B) | 332.66º | 0.78% | 0.85% | - |
| XYZ | 32.97 | 18.09 | 20.82 | - |
| YUV | 106.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 124 | 0 | 0.78 | 0.43 | 0.15 | 332.66 | 0.68 | 0.52 |
| Hex | D8 | 2F | 7C | 0 | 4E | 2B | F | 14D | 44 | 34 |
| Octal | 330 | 57 | 174 | 0 | 116 | 53 | 17 | 515 | 104 | 64 |
| Binary | 11011000 | 101111 | 1111100 | 0 | 1001110 | 101011 | 1111 | 101001101 | 1000100 | 110100 |
Color Harmonies of #D82F7C
Complementary color
Monochromatic Colors of #D82F7C
Black with #D82F7C
Text Example
Text Example
White with #D82F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F7C; }
p { color: rgb(216,47,124); }
H1.HeaderClassName
{
color: #D82F7C;
}
.AnyTagClassName
{
color: #D82F7C;
}
</style>
background-color css
<style>
a { background-color: #D82F7C; }
a { background-color: rgb(216,47,124); }
div.DivClassName
{
background-color: #D82F7C;
}
.BgClassName
{
background-color: #D82F7C;
}
</style>
border-color css
<style>
span { border-color: #D82F7C; }
span { border-color: rgb(216,47,124); }
td.TdClassName
{
border-color: #D82F7C;
}
.TagClassName
{
border-color: #D82F7C;
}
</style>