Shades of Deep Magenta #D801DD
Tints of Deep Magenta #D801DD
RGB
CMYK
RGB Variations
Color information
#D801DD (or 0xD801DD) is known color: Deep Magenta. HEX triplet: D8, 01 and DD. RGB value is (216,1,221). Sum of RGB (Red+Green+Blue) = 216+1+221=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #D801DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801DD is #27FE22. Grayscale: #595959. Windows color (decimal): -2620963 or 14483928. OLE color: 14483928.
HSL color Cylindrical-coordinate representation of color #D801DD: hue angle of 298.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801DD is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 1 | 221 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.13 |
| HSL | 298.64º | 0.99% | 0.44% | - |
| HSV(B) | 298.64º | 1% | 0.87% | - |
| XYZ | 41.38 | 19.84 | 70.06 | - |
| YUV | 90.37 | 201.73 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 221 | 0.02 | 1.00 | 0 | 0.13 | 298.64 | 0.99 | 0.44 |
| Hex | D8 | 1 | DD | 2 | 64 | 0 | D | 12B | 63 | 2C |
| Octal | 330 | 1 | 335 | 2 | 144 | 0 | 15 | 453 | 143 | 54 |
| Binary | 11011000 | 1 | 11011101 | 10 | 1100100 | 0 | 1101 | 100101011 | 1100011 | 101100 |
Color Harmonies of #D801DD
Complementary color
Monochromatic Colors of #D801DD
Black with #D801DD
Text Example
Text Example
White with #D801DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801DD; }
p { color: rgb(216,1,221); }
H1.HeaderClassName
{
color: #D801DD;
}
.AnyTagClassName
{
color: #D801DD;
}
</style>
background-color css
<style>
a { background-color: #D801DD; }
a { background-color: rgb(216,1,221); }
div.DivClassName
{
background-color: #D801DD;
}
.BgClassName
{
background-color: #D801DD;
}
</style>
border-color css
<style>
span { border-color: #D801DD; }
span { border-color: rgb(216,1,221); }
td.TdClassName
{
border-color: #D801DD;
}
.TagClassName
{
border-color: #D801DD;
}
</style>