Shades of Deep Magenta #D201DA
Tints of Deep Magenta #D201DA
RGB
CMYK
RGB Variations
Color information
#D201DA (or 0xD201DA) is known color: Deep Magenta. HEX triplet: D2, 01 and DA. RGB value is (210,1,218). Sum of RGB (Red+Green+Blue) = 210+1+218=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #D201DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201DA is #2DFE25. Grayscale: #575757. Windows color (decimal): -3014182 or 14287314. OLE color: 14287314.
HSL color Cylindrical-coordinate representation of color #D201DA: hue angle of 297.79º 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 #D201DA is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 1 | 218 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.15 |
| HSL | 297.79º | 0.99% | 0.43% | - |
| HSV(B) | 297.79º | 1% | 0.85% | - |
| XYZ | 39.24 | 18.79 | 67.89 | - |
| YUV | 88.23 | 201.24 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 218 | 0.04 | 1.00 | 0 | 0.15 | 297.79 | 0.99 | 0.43 |
| Hex | D2 | 1 | DA | 4 | 64 | 0 | F | 12A | 63 | 2B |
| Octal | 322 | 1 | 332 | 4 | 144 | 0 | 17 | 452 | 143 | 53 |
| Binary | 11010010 | 1 | 11011010 | 100 | 1100100 | 0 | 1111 | 100101010 | 1100011 | 101011 |
Color Harmonies of #D201DA
Complementary color
Monochromatic Colors of #D201DA
Black with #D201DA
Text Example
Text Example
White with #D201DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201DA; }
p { color: rgb(210,1,218); }
H1.HeaderClassName
{
color: #D201DA;
}
.AnyTagClassName
{
color: #D201DA;
}
</style>
background-color css
<style>
a { background-color: #D201DA; }
a { background-color: rgb(210,1,218); }
div.DivClassName
{
background-color: #D201DA;
}
.BgClassName
{
background-color: #D201DA;
}
</style>
border-color css
<style>
span { border-color: #D201DA; }
span { border-color: rgb(210,1,218); }
td.TdClassName
{
border-color: #D201DA;
}
.TagClassName
{
border-color: #D201DA;
}
</style>