Shades of Deep Magenta #D80DC9
Tints of Deep Magenta #D80DC9
RGB
CMYK
RGB Variations
Color information
#D80DC9 (or 0xD80DC9) is known color: Deep Magenta. HEX triplet: D8, 0D and C9. RGB value is (216,13,201). Sum of RGB (Red+Green+Blue) = 216+13+201=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DC9 is #27F236. Grayscale: #5E5E5E. Windows color (decimal): -2617911 or 13176280. OLE color: 13176280.
HSL color Cylindrical-coordinate representation of color #D80DC9: hue angle of 304.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80DC9 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 201 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.15 |
| HSL | 304.43º | 0.89% | 0.45% | - |
| HSV(B) | 304.43º | 0.94% | 0.85% | - |
| XYZ | 39.01 | 19.1 | 56.89 | - |
| YUV | 95.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 201 | 0 | 0.94 | 0.07 | 0.15 | 304.43 | 0.89 | 0.45 |
| Hex | D8 | D | C9 | 0 | 5E | 7 | F | 130 | 59 | 2D |
| Octal | 330 | 15 | 311 | 0 | 136 | 7 | 17 | 460 | 131 | 55 |
| Binary | 11011000 | 1101 | 11001001 | 0 | 1011110 | 111 | 1111 | 100110000 | 1011001 | 101101 |
Color Harmonies of #D80DC9
Complementary color
Monochromatic Colors of #D80DC9
Black with #D80DC9
Text Example
Text Example
White with #D80DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80DC9; }
p { color: rgb(216,13,201); }
H1.HeaderClassName
{
color: #D80DC9;
}
.AnyTagClassName
{
color: #D80DC9;
}
</style>
background-color css
<style>
a { background-color: #D80DC9; }
a { background-color: rgb(216,13,201); }
div.DivClassName
{
background-color: #D80DC9;
}
.BgClassName
{
background-color: #D80DC9;
}
</style>
border-color css
<style>
span { border-color: #D80DC9; }
span { border-color: rgb(216,13,201); }
td.TdClassName
{
border-color: #D80DC9;
}
.TagClassName
{
border-color: #D80DC9;
}
</style>