Shades of Deep Cerise #D82E7B
Tints of Deep Cerise #D82E7B
RGB
CMYK
RGB Variations
Color information
#D82E7B (or 0xD82E7B) is known color: Deep Cerise. HEX triplet: D8, 2E and 7B. RGB value is (216,46,123). Sum of RGB (Red+Green+Blue) = 216+46+123=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E7B is #27D184. Grayscale: #696969. Windows color (decimal): -2609541 or 8072920. OLE color: 8072920.
HSL color Cylindrical-coordinate representation of color #D82E7B: hue angle of 332.82º 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 #D82E7B is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 123 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.15 |
| HSL | 332.82º | 0.69% | 0.51% | - |
| HSV(B) | 332.82º | 0.79% | 0.85% | - |
| XYZ | 32.87 | 17.98 | 20.48 | - |
| YUV | 105.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 123 | 0 | 0.79 | 0.43 | 0.15 | 332.82 | 0.69 | 0.51 |
| Hex | D8 | 2E | 7B | 0 | 4F | 2B | F | 14D | 45 | 33 |
| Octal | 330 | 56 | 173 | 0 | 117 | 53 | 17 | 515 | 105 | 63 |
| Binary | 11011000 | 101110 | 1111011 | 0 | 1001111 | 101011 | 1111 | 101001101 | 1000101 | 110011 |
Color Harmonies of #D82E7B
Complementary color
Monochromatic Colors of #D82E7B
Black with #D82E7B
Text Example
Text Example
White with #D82E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E7B; }
p { color: rgb(216,46,123); }
H1.HeaderClassName
{
color: #D82E7B;
}
.AnyTagClassName
{
color: #D82E7B;
}
</style>
background-color css
<style>
a { background-color: #D82E7B; }
a { background-color: rgb(216,46,123); }
div.DivClassName
{
background-color: #D82E7B;
}
.BgClassName
{
background-color: #D82E7B;
}
</style>
border-color css
<style>
span { border-color: #D82E7B; }
span { border-color: rgb(216,46,123); }
td.TdClassName
{
border-color: #D82E7B;
}
.TagClassName
{
border-color: #D82E7B;
}
</style>