Shades of Deep Magenta #D801DA
Tints of Deep Magenta #D801DA
RGB
CMYK
RGB Variations
Color information
#D801DA (or 0xD801DA) is known color: Deep Magenta. HEX triplet: D8, 01 and DA. RGB value is (216,1,218). Sum of RGB (Red+Green+Blue) = 216+1+218=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #D801DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801DA is #27FE25. Grayscale: #595959. Windows color (decimal): -2620966 or 14287320. OLE color: 14287320.
HSL color Cylindrical-coordinate representation of color #D801DA: hue angle of 299.45º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801DA is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 218 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.15 |
| HSL | 299.45º | 0.99% | 0.43% | - |
| HSV(B) | 299.45º | 1% | 0.85% | - |
| XYZ | 40.98 | 19.68 | 67.97 | - |
| YUV | 90.02 | 200.23 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 218 | 0.01 | 1.00 | 0 | 0.15 | 299.45 | 0.99 | 0.43 |
| Hex | D8 | 1 | DA | 1 | 64 | 0 | F | 12B | 63 | 2B |
| Octal | 330 | 1 | 332 | 1 | 144 | 0 | 17 | 453 | 143 | 53 |
| Binary | 11011000 | 1 | 11011010 | 1 | 1100100 | 0 | 1111 | 100101011 | 1100011 | 101011 |
Color Harmonies of #D801DA
Complementary color
Monochromatic Colors of #D801DA
Black with #D801DA
Text Example
Text Example
White with #D801DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801DA; }
p { color: rgb(216,1,218); }
H1.HeaderClassName
{
color: #D801DA;
}
.AnyTagClassName
{
color: #D801DA;
}
</style>
background-color css
<style>
a { background-color: #D801DA; }
a { background-color: rgb(216,1,218); }
div.DivClassName
{
background-color: #D801DA;
}
.BgClassName
{
background-color: #D801DA;
}
</style>
border-color css
<style>
span { border-color: #D801DA; }
span { border-color: rgb(216,1,218); }
td.TdClassName
{
border-color: #D801DA;
}
.TagClassName
{
border-color: #D801DA;
}
</style>