Shades of Deep Cerise #D82F7B
Tints of Deep Cerise #D82F7B
RGB
CMYK
RGB Variations
Color information
#D82F7B (or 0xD82F7B) is known color: Deep Cerise. HEX triplet: D8, 2F and 7B. RGB value is (216,47,123). Sum of RGB (Red+Green+Blue) = 216+47+123=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F7B is #27D084. Grayscale: #6A6A6A. Windows color (decimal): -2609285 or 8073176. OLE color: 8073176.
HSL color Cylindrical-coordinate representation of color #D82F7B: hue angle of 333.02º 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 #D82F7B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 123 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.15 |
| HSL | 333.02º | 0.68% | 0.52% | - |
| HSV(B) | 333.02º | 0.78% | 0.85% | - |
| XYZ | 32.91 | 18.06 | 20.49 | - |
| YUV | 106.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 123 | 0 | 0.78 | 0.43 | 0.15 | 333.02 | 0.68 | 0.52 |
| Hex | D8 | 2F | 7B | 0 | 4E | 2B | F | 14D | 44 | 34 |
| Octal | 330 | 57 | 173 | 0 | 116 | 53 | 17 | 515 | 104 | 64 |
| Binary | 11011000 | 101111 | 1111011 | 0 | 1001110 | 101011 | 1111 | 101001101 | 1000100 | 110100 |
Color Harmonies of #D82F7B
Complementary color
Monochromatic Colors of #D82F7B
Black with #D82F7B
Text Example
Text Example
White with #D82F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F7B; }
p { color: rgb(216,47,123); }
H1.HeaderClassName
{
color: #D82F7B;
}
.AnyTagClassName
{
color: #D82F7B;
}
</style>
background-color css
<style>
a { background-color: #D82F7B; }
a { background-color: rgb(216,47,123); }
div.DivClassName
{
background-color: #D82F7B;
}
.BgClassName
{
background-color: #D82F7B;
}
</style>
border-color css
<style>
span { border-color: #D82F7B; }
span { border-color: rgb(216,47,123); }
td.TdClassName
{
border-color: #D82F7B;
}
.TagClassName
{
border-color: #D82F7B;
}
</style>