Shades of Deep Magenta #D601D1
Tints of Deep Magenta #D601D1
RGB
CMYK
RGB Variations
Color information
#D601D1 (or 0xD601D1) is known color: Deep Magenta. HEX triplet: D6, 01 and D1. RGB value is (214,1,209). Sum of RGB (Red+Green+Blue) = 214+1+209=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D601D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601D1 is #29FE2E. Grayscale: #575757. Windows color (decimal): -2752047 or 13697494. OLE color: 13697494.
HSL color Cylindrical-coordinate representation of color #D601D1: hue angle of 301.41º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601D1 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 209 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.16 |
| HSL | 301.41º | 0.99% | 0.42% | - |
| HSV(B) | 301.41º | 1% | 0.84% | - |
| XYZ | 39.25 | 18.92 | 61.91 | - |
| YUV | 88.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 209 | 0 | 1.00 | 0.02 | 0.16 | 301.41 | 0.99 | 0.42 |
| Hex | D6 | 1 | D1 | 0 | 64 | 2 | 10 | 12D | 63 | 2A |
| Octal | 326 | 1 | 321 | 0 | 144 | 2 | 20 | 455 | 143 | 52 |
| Binary | 11010110 | 1 | 11010001 | 0 | 1100100 | 10 | 10000 | 100101101 | 1100011 | 101010 |
Color Harmonies of #D601D1
Complementary color
Monochromatic Colors of #D601D1
Black with #D601D1
Text Example
Text Example
White with #D601D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601D1; }
p { color: rgb(214,1,209); }
H1.HeaderClassName
{
color: #D601D1;
}
.AnyTagClassName
{
color: #D601D1;
}
</style>
background-color css
<style>
a { background-color: #D601D1; }
a { background-color: rgb(214,1,209); }
div.DivClassName
{
background-color: #D601D1;
}
.BgClassName
{
background-color: #D601D1;
}
</style>
border-color css
<style>
span { border-color: #D601D1; }
span { border-color: rgb(214,1,209); }
td.TdClassName
{
border-color: #D601D1;
}
.TagClassName
{
border-color: #D601D1;
}
</style>