Shades of Deep Magenta #D401DD
Tints of Deep Magenta #D401DD
RGB
CMYK
RGB Variations
Color information
#D401DD (or 0xD401DD) is known color: Deep Magenta. HEX triplet: D4, 01 and DD. RGB value is (212,1,221). Sum of RGB (Red+Green+Blue) = 212+1+221=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #D401DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401DD is #2BFE22. Grayscale: #585858. Windows color (decimal): -2883107 or 14483924. OLE color: 14483924.
HSL color Cylindrical-coordinate representation of color #D401DD: hue angle of 297.55º 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 #D401DD is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 1 | 221 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.13 |
| HSL | 297.55º | 0.99% | 0.44% | - |
| HSV(B) | 297.55º | 1% | 0.87% | - |
| XYZ | 40.21 | 19.24 | 70 | - |
| YUV | 89.17 | 202.4 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 221 | 0.04 | 1.00 | 0 | 0.13 | 297.55 | 0.99 | 0.44 |
| Hex | D4 | 1 | DD | 4 | 64 | 0 | D | 12A | 63 | 2C |
| Octal | 324 | 1 | 335 | 4 | 144 | 0 | 15 | 452 | 143 | 54 |
| Binary | 11010100 | 1 | 11011101 | 100 | 1100100 | 0 | 1101 | 100101010 | 1100011 | 101100 |
Color Harmonies of #D401DD
Complementary color
Monochromatic Colors of #D401DD
Black with #D401DD
Text Example
Text Example
White with #D401DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D401DD; }
p { color: rgb(212,1,221); }
H1.HeaderClassName
{
color: #D401DD;
}
.AnyTagClassName
{
color: #D401DD;
}
</style>
background-color css
<style>
a { background-color: #D401DD; }
a { background-color: rgb(212,1,221); }
div.DivClassName
{
background-color: #D401DD;
}
.BgClassName
{
background-color: #D401DD;
}
</style>
border-color css
<style>
span { border-color: #D401DD; }
span { border-color: rgb(212,1,221); }
td.TdClassName
{
border-color: #D401DD;
}
.TagClassName
{
border-color: #D401DD;
}
</style>