Shades of Deep Magenta #D601DD
Tints of Deep Magenta #D601DD
RGB
CMYK
RGB Variations
Color information
#D601DD (or 0xD601DD) is known color: Deep Magenta. HEX triplet: D6, 01 and DD. RGB value is (214,1,221). Sum of RGB (Red+Green+Blue) = 214+1+221=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #D601DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601DD is #29FE22. Grayscale: #595959. Windows color (decimal): -2752035 or 14483926. OLE color: 14483926.
HSL color Cylindrical-coordinate representation of color #D601DD: hue angle of 298.09º 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 #D601DD is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 1 | 221 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.13 |
| HSL | 298.09º | 0.99% | 0.44% | - |
| HSV(B) | 298.09º | 1% | 0.87% | - |
| XYZ | 40.79 | 19.54 | 70.03 | - |
| YUV | 89.77 | 202.07 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 221 | 0.03 | 1.00 | 0 | 0.13 | 298.09 | 0.99 | 0.44 |
| Hex | D6 | 1 | DD | 3 | 64 | 0 | D | 12A | 63 | 2C |
| Octal | 326 | 1 | 335 | 3 | 144 | 0 | 15 | 452 | 143 | 54 |
| Binary | 11010110 | 1 | 11011101 | 11 | 1100100 | 0 | 1101 | 100101010 | 1100011 | 101100 |
Color Harmonies of #D601DD
Complementary color
Monochromatic Colors of #D601DD
Black with #D601DD
Text Example
Text Example
White with #D601DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601DD; }
p { color: rgb(214,1,221); }
H1.HeaderClassName
{
color: #D601DD;
}
.AnyTagClassName
{
color: #D601DD;
}
</style>
background-color css
<style>
a { background-color: #D601DD; }
a { background-color: rgb(214,1,221); }
div.DivClassName
{
background-color: #D601DD;
}
.BgClassName
{
background-color: #D601DD;
}
</style>
border-color css
<style>
span { border-color: #D601DD; }
span { border-color: rgb(214,1,221); }
td.TdClassName
{
border-color: #D601DD;
}
.TagClassName
{
border-color: #D601DD;
}
</style>