Shades of Deep Magenta #D201DB
Tints of Deep Magenta #D201DB
RGB
CMYK
RGB Variations
Color information
#D201DB (or 0xD201DB) is known color: Deep Magenta. HEX triplet: D2, 01 and DB. RGB value is (210,1,219). Sum of RGB (Red+Green+Blue) = 210+1+219=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #D201DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201DB is #2DFE24. Grayscale: #575757. Windows color (decimal): -3014181 or 14352850. OLE color: 14352850.
HSL color Cylindrical-coordinate representation of color #D201DB: hue angle of 297.52º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201DB is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 1 | 219 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.14 |
| HSL | 297.52º | 0.99% | 0.43% | - |
| HSV(B) | 297.52º | 1% | 0.86% | - |
| XYZ | 39.38 | 18.84 | 68.58 | - |
| YUV | 88.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 219 | 0.04 | 1.00 | 0 | 0.14 | 297.52 | 0.99 | 0.43 |
| Hex | D2 | 1 | DB | 4 | 64 | 0 | E | 12A | 63 | 2B |
| Octal | 322 | 1 | 333 | 4 | 144 | 0 | 16 | 452 | 143 | 53 |
| Binary | 11010010 | 1 | 11011011 | 100 | 1100100 | 0 | 1110 | 100101010 | 1100011 | 101011 |
Color Harmonies of #D201DB
Complementary color
Monochromatic Colors of #D201DB
Black with #D201DB
Text Example
Text Example
White with #D201DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201DB; }
p { color: rgb(210,1,219); }
H1.HeaderClassName
{
color: #D201DB;
}
.AnyTagClassName
{
color: #D201DB;
}
</style>
background-color css
<style>
a { background-color: #D201DB; }
a { background-color: rgb(210,1,219); }
div.DivClassName
{
background-color: #D201DB;
}
.BgClassName
{
background-color: #D201DB;
}
</style>
border-color css
<style>
span { border-color: #D201DB; }
span { border-color: rgb(210,1,219); }
td.TdClassName
{
border-color: #D201DB;
}
.TagClassName
{
border-color: #D201DB;
}
</style>