Shades of Deep Magenta #D80FD0
Tints of Deep Magenta #D80FD0
RGB
CMYK
RGB Variations
Color information
#D80FD0 (or 0xD80FD0) is known color: Deep Magenta. HEX triplet: D8, 0F and D0. RGB value is (216,15,208). Sum of RGB (Red+Green+Blue) = 216+15+208=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FD0 is #27F02F. Grayscale: #606060. Windows color (decimal): -2617392 or 13635544. OLE color: 13635544.
HSL color Cylindrical-coordinate representation of color #D80FD0: hue angle of 302.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FD0 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 208 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.15 |
| HSL | 302.39º | 0.87% | 0.45% | - |
| HSV(B) | 302.39º | 0.93% | 0.85% | - |
| XYZ | 39.87 | 19.49 | 61.34 | - |
| YUV | 97.1 | 190.59 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 208 | 0 | 0.93 | 0.04 | 0.15 | 302.39 | 0.87 | 0.45 |
| Hex | D8 | F | D0 | 0 | 5D | 4 | F | 12E | 57 | 2D |
| Octal | 330 | 17 | 320 | 0 | 135 | 4 | 17 | 456 | 127 | 55 |
| Binary | 11011000 | 1111 | 11010000 | 0 | 1011101 | 100 | 1111 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D80FD0
Complementary color
Monochromatic Colors of #D80FD0
Black with #D80FD0
Text Example
Text Example
White with #D80FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FD0; }
p { color: rgb(216,15,208); }
H1.HeaderClassName
{
color: #D80FD0;
}
.AnyTagClassName
{
color: #D80FD0;
}
</style>
background-color css
<style>
a { background-color: #D80FD0; }
a { background-color: rgb(216,15,208); }
div.DivClassName
{
background-color: #D80FD0;
}
.BgClassName
{
background-color: #D80FD0;
}
</style>
border-color css
<style>
span { border-color: #D80FD0; }
span { border-color: rgb(216,15,208); }
td.TdClassName
{
border-color: #D80FD0;
}
.TagClassName
{
border-color: #D80FD0;
}
</style>