Shades of Deep Magenta #D80CB6
Tints of Deep Magenta #D80CB6
RGB
CMYK
RGB Variations
Color information
#D80CB6 (or 0xD80CB6) is known color: Deep Magenta. HEX triplet: D8, 0C and B6. RGB value is (216,12,182). Sum of RGB (Red+Green+Blue) = 216+12+182=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CB6 is #27F349. Grayscale: #5B5B5B. Windows color (decimal): -2618186 or 11930840. OLE color: 11930840.
HSL color Cylindrical-coordinate representation of color #D80CB6: hue angle of 310º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CB6 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 182 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.15 |
| HSL | 310º | 0.89% | 0.45% | - |
| HSV(B) | 310º | 0.94% | 0.85% | - |
| XYZ | 36.89 | 18.24 | 45.83 | - |
| YUV | 92.38 | 178.59 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 182 | 0 | 0.94 | 0.16 | 0.15 | 310 | 0.89 | 0.45 |
| Hex | D8 | C | B6 | 0 | 5E | 10 | F | 136 | 59 | 2D |
| Octal | 330 | 14 | 266 | 0 | 136 | 20 | 17 | 466 | 131 | 55 |
| Binary | 11011000 | 1100 | 10110110 | 0 | 1011110 | 10000 | 1111 | 100110110 | 1011001 | 101101 |
Color Harmonies of #D80CB6
Complementary color
Monochromatic Colors of #D80CB6
Black with #D80CB6
Text Example
Text Example
White with #D80CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CB6; }
p { color: rgb(216,12,182); }
H1.HeaderClassName
{
color: #D80CB6;
}
.AnyTagClassName
{
color: #D80CB6;
}
</style>
background-color css
<style>
a { background-color: #D80CB6; }
a { background-color: rgb(216,12,182); }
div.DivClassName
{
background-color: #D80CB6;
}
.BgClassName
{
background-color: #D80CB6;
}
</style>
border-color css
<style>
span { border-color: #D80CB6; }
span { border-color: rgb(216,12,182); }
td.TdClassName
{
border-color: #D80CB6;
}
.TagClassName
{
border-color: #D80CB6;
}
</style>