Shades of Deep Magenta #D80FDA
Tints of Deep Magenta #D80FDA
RGB
CMYK
RGB Variations
Color information
#D80FDA (or 0xD80FDA) is known color: Deep Magenta. HEX triplet: D8, 0F and DA. RGB value is (216,15,218). Sum of RGB (Red+Green+Blue) = 216+15+218=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D80FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FDA is #27F025. Grayscale: #616161. Windows color (decimal): -2617382 or 14290904. OLE color: 14290904.
HSL color Cylindrical-coordinate representation of color #D80FDA: hue angle of 299.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80FDA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 218 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.15 |
| HSL | 299.41º | 0.87% | 0.46% | - |
| HSV(B) | 299.41º | 0.93% | 0.85% | - |
| XYZ | 41.14 | 20 | 68.02 | - |
| YUV | 98.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 218 | 0.01 | 0.93 | 0 | 0.15 | 299.41 | 0.87 | 0.46 |
| Hex | D8 | F | DA | 1 | 5D | 0 | F | 12B | 57 | 2E |
| Octal | 330 | 17 | 332 | 1 | 135 | 0 | 17 | 453 | 127 | 56 |
| Binary | 11011000 | 1111 | 11011010 | 1 | 1011101 | 0 | 1111 | 100101011 | 1010111 | 101110 |
Color Harmonies of #D80FDA
Complementary color
Monochromatic Colors of #D80FDA
Black with #D80FDA
Text Example
Text Example
White with #D80FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FDA; }
p { color: rgb(216,15,218); }
H1.HeaderClassName
{
color: #D80FDA;
}
.AnyTagClassName
{
color: #D80FDA;
}
</style>
background-color css
<style>
a { background-color: #D80FDA; }
a { background-color: rgb(216,15,218); }
div.DivClassName
{
background-color: #D80FDA;
}
.BgClassName
{
background-color: #D80FDA;
}
</style>
border-color css
<style>
span { border-color: #D80FDA; }
span { border-color: rgb(216,15,218); }
td.TdClassName
{
border-color: #D80FDA;
}
.TagClassName
{
border-color: #D80FDA;
}
</style>