Shades of Deep Magenta #D80BDF
Tints of Deep Magenta #D80BDF
RGB
CMYK
RGB Variations
Color information
#D80BDF (or 0xD80BDF) is known color: Deep Magenta. HEX triplet: D8, 0B and DF. RGB value is (216,11,223). Sum of RGB (Red+Green+Blue) = 216+11+223=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #D80BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BDF is #27F420. Grayscale: #5F5F5F. Windows color (decimal): -2618401 or 14617560. OLE color: 14617560.
HSL color Cylindrical-coordinate representation of color #D80BDF: hue angle of 298.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BDF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 11 | 223 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.02º | 0.91% | 0.46% | - |
| HSV(B) | 298.02º | 0.95% | 0.87% | - |
| XYZ | 41.76 | 20.17 | 71.5 | - |
| YUV | 96.46 | 199.42 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 223 | 0.03 | 0.95 | 0 | 0.13 | 298.02 | 0.91 | 0.46 |
| Hex | D8 | B | DF | 3 | 5F | 0 | D | 12A | 5B | 2E |
| Octal | 330 | 13 | 337 | 3 | 137 | 0 | 15 | 452 | 133 | 56 |
| Binary | 11011000 | 1011 | 11011111 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011011 | 101110 |
Color Harmonies of #D80BDF
Complementary color
Monochromatic Colors of #D80BDF
Black with #D80BDF
Text Example
Text Example
White with #D80BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BDF; }
p { color: rgb(216,11,223); }
H1.HeaderClassName
{
color: #D80BDF;
}
.AnyTagClassName
{
color: #D80BDF;
}
</style>
background-color css
<style>
a { background-color: #D80BDF; }
a { background-color: rgb(216,11,223); }
div.DivClassName
{
background-color: #D80BDF;
}
.BgClassName
{
background-color: #D80BDF;
}
</style>
border-color css
<style>
span { border-color: #D80BDF; }
span { border-color: rgb(216,11,223); }
td.TdClassName
{
border-color: #D80BDF;
}
.TagClassName
{
border-color: #D80BDF;
}
</style>