Shades of Deep Magenta #D80FDD
Tints of Deep Magenta #D80FDD
RGB
CMYK
RGB Variations
Color information
#D80FDD (or 0xD80FDD) is known color: Deep Magenta. HEX triplet: D8, 0F and DD. RGB value is (216,15,221). Sum of RGB (Red+Green+Blue) = 216+15+221=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D80FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FDD is #27F022. Grayscale: #616161. Windows color (decimal): -2617379 or 14487512. OLE color: 14487512.
HSL color Cylindrical-coordinate representation of color #D80FDD: hue angle of 298.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FDD is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 15 | 221 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.13 |
| HSL | 298.54º | 0.87% | 0.46% | - |
| HSV(B) | 298.54º | 0.93% | 0.87% | - |
| XYZ | 41.54 | 20.16 | 70.11 | - |
| YUV | 98.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 221 | 0.02 | 0.93 | 0 | 0.13 | 298.54 | 0.87 | 0.46 |
| Hex | D8 | F | DD | 2 | 5D | 0 | D | 12B | 57 | 2E |
| Octal | 330 | 17 | 335 | 2 | 135 | 0 | 15 | 453 | 127 | 56 |
| Binary | 11011000 | 1111 | 11011101 | 10 | 1011101 | 0 | 1101 | 100101011 | 1010111 | 101110 |
Color Harmonies of #D80FDD
Complementary color
Monochromatic Colors of #D80FDD
Black with #D80FDD
Text Example
Text Example
White with #D80FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FDD; }
p { color: rgb(216,15,221); }
H1.HeaderClassName
{
color: #D80FDD;
}
.AnyTagClassName
{
color: #D80FDD;
}
</style>
background-color css
<style>
a { background-color: #D80FDD; }
a { background-color: rgb(216,15,221); }
div.DivClassName
{
background-color: #D80FDD;
}
.BgClassName
{
background-color: #D80FDD;
}
</style>
border-color css
<style>
span { border-color: #D80FDD; }
span { border-color: rgb(216,15,221); }
td.TdClassName
{
border-color: #D80FDD;
}
.TagClassName
{
border-color: #D80FDD;
}
</style>