Shades of Deep Cerise #D82F7E
Tints of Deep Cerise #D82F7E
RGB
CMYK
RGB Variations
Color information
#D82F7E (or 0xD82F7E) is known color: Deep Cerise. HEX triplet: D8, 2F and 7E. RGB value is (216,47,126). Sum of RGB (Red+Green+Blue) = 216+47+126=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F7E is #27D081. Grayscale: #6A6A6A. Windows color (decimal): -2609282 or 8269784. OLE color: 8269784.
HSL color Cylindrical-coordinate representation of color #D82F7E: hue angle of 331.95º 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 #D82F7E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 126 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.15 |
| HSL | 331.95º | 0.68% | 0.52% | - |
| HSV(B) | 331.95º | 0.78% | 0.85% | - |
| XYZ | 33.1 | 18.14 | 21.5 | - |
| YUV | 106.54 | 138.99 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 126 | 0 | 0.78 | 0.42 | 0.15 | 331.95 | 0.68 | 0.52 |
| Hex | D8 | 2F | 7E | 0 | 4E | 2A | F | 14C | 44 | 34 |
| Octal | 330 | 57 | 176 | 0 | 116 | 52 | 17 | 514 | 104 | 64 |
| Binary | 11011000 | 101111 | 1111110 | 0 | 1001110 | 101010 | 1111 | 101001100 | 1000100 | 110100 |
Color Harmonies of #D82F7E
Complementary color
Monochromatic Colors of #D82F7E
Black with #D82F7E
Text Example
Text Example
White with #D82F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F7E; }
p { color: rgb(216,47,126); }
H1.HeaderClassName
{
color: #D82F7E;
}
.AnyTagClassName
{
color: #D82F7E;
}
</style>
background-color css
<style>
a { background-color: #D82F7E; }
a { background-color: rgb(216,47,126); }
div.DivClassName
{
background-color: #D82F7E;
}
.BgClassName
{
background-color: #D82F7E;
}
</style>
border-color css
<style>
span { border-color: #D82F7E; }
span { border-color: rgb(216,47,126); }
td.TdClassName
{
border-color: #D82F7E;
}
.TagClassName
{
border-color: #D82F7E;
}
</style>