Shades of Deep Cerise #D82E7A
Tints of Deep Cerise #D82E7A
RGB
CMYK
RGB Variations
Color information
#D82E7A (or 0xD82E7A) is known color: Deep Cerise. HEX triplet: D8, 2E and 7A. RGB value is (216,46,122). Sum of RGB (Red+Green+Blue) = 216+46+122=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E7A is #27D185. Grayscale: #696969. Windows color (decimal): -2609542 or 8007384. OLE color: 8007384.
HSL color Cylindrical-coordinate representation of color #D82E7A: hue angle of 333.18º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82E7A is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 122 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.15 |
| HSL | 333.18º | 0.69% | 0.51% | - |
| HSV(B) | 333.18º | 0.79% | 0.85% | - |
| XYZ | 32.81 | 17.96 | 20.15 | - |
| YUV | 105.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 122 | 0 | 0.79 | 0.44 | 0.15 | 333.18 | 0.69 | 0.51 |
| Hex | D8 | 2E | 7A | 0 | 4F | 2C | F | 14D | 45 | 33 |
| Octal | 330 | 56 | 172 | 0 | 117 | 54 | 17 | 515 | 105 | 63 |
| Binary | 11011000 | 101110 | 1111010 | 0 | 1001111 | 101100 | 1111 | 101001101 | 1000101 | 110011 |
Color Harmonies of #D82E7A
Complementary color
Monochromatic Colors of #D82E7A
Black with #D82E7A
Text Example
Text Example
White with #D82E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E7A; }
p { color: rgb(216,46,122); }
H1.HeaderClassName
{
color: #D82E7A;
}
.AnyTagClassName
{
color: #D82E7A;
}
</style>
background-color css
<style>
a { background-color: #D82E7A; }
a { background-color: rgb(216,46,122); }
div.DivClassName
{
background-color: #D82E7A;
}
.BgClassName
{
background-color: #D82E7A;
}
</style>
border-color css
<style>
span { border-color: #D82E7A; }
span { border-color: rgb(216,46,122); }
td.TdClassName
{
border-color: #D82E7A;
}
.TagClassName
{
border-color: #D82E7A;
}
</style>