Shades of Deep Magenta #D80BC3
Tints of Deep Magenta #D80BC3
RGB
CMYK
RGB Variations
Color information
#D80BC3 (or 0xD80BC3) is known color: Deep Magenta. HEX triplet: D8, 0B and C3. RGB value is (216,11,195). Sum of RGB (Red+Green+Blue) = 216+11+195=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BC3 is #27F43C. Grayscale: #5C5C5C. Windows color (decimal): -2618429 or 12782552. OLE color: 12782552.
HSL color Cylindrical-coordinate representation of color #D80BC3: hue angle of 306.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BC3 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 195 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.15 |
| HSL | 306.15º | 0.9% | 0.45% | - |
| HSV(B) | 306.15º | 0.95% | 0.85% | - |
| XYZ | 38.29 | 18.78 | 53.24 | - |
| YUV | 93.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 195 | 0 | 0.95 | 0.10 | 0.15 | 306.15 | 0.9 | 0.45 |
| Hex | D8 | B | C3 | 0 | 5F | A | F | 132 | 5A | 2D |
| Octal | 330 | 13 | 303 | 0 | 137 | 12 | 17 | 462 | 132 | 55 |
| Binary | 11011000 | 1011 | 11000011 | 0 | 1011111 | 1010 | 1111 | 100110010 | 1011010 | 101101 |
Color Harmonies of #D80BC3
Complementary color
Monochromatic Colors of #D80BC3
Black with #D80BC3
Text Example
Text Example
White with #D80BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BC3; }
p { color: rgb(216,11,195); }
H1.HeaderClassName
{
color: #D80BC3;
}
.AnyTagClassName
{
color: #D80BC3;
}
</style>
background-color css
<style>
a { background-color: #D80BC3; }
a { background-color: rgb(216,11,195); }
div.DivClassName
{
background-color: #D80BC3;
}
.BgClassName
{
background-color: #D80BC3;
}
</style>
border-color css
<style>
span { border-color: #D80BC3; }
span { border-color: rgb(216,11,195); }
td.TdClassName
{
border-color: #D80BC3;
}
.TagClassName
{
border-color: #D80BC3;
}
</style>