Shades of Deep Magenta #D203DB
Tints of Deep Magenta #D203DB
RGB
CMYK
RGB Variations
Color information
#D203DB (or 0xD203DB) is known color: Deep Magenta. HEX triplet: D2, 03 and DB. RGB value is (210,3,219). Sum of RGB (Red+Green+Blue) = 210+3+219=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #D203DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203DB is #2DFC24. Grayscale: #585858. Windows color (decimal): -3013669 or 14353362. OLE color: 14353362.
HSL color Cylindrical-coordinate representation of color #D203DB: hue angle of 297.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203DB is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 3 | 219 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.14 |
| HSL | 297.5º | 0.97% | 0.44% | - |
| HSV(B) | 297.5º | 0.99% | 0.86% | - |
| XYZ | 39.4 | 18.88 | 68.59 | - |
| YUV | 89.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 219 | 0.04 | 0.99 | 0 | 0.14 | 297.5 | 0.97 | 0.44 |
| Hex | D2 | 3 | DB | 4 | 63 | 0 | E | 12A | 61 | 2C |
| Octal | 322 | 3 | 333 | 4 | 143 | 0 | 16 | 452 | 141 | 54 |
| Binary | 11010010 | 11 | 11011011 | 100 | 1100011 | 0 | 1110 | 100101010 | 1100001 | 101100 |
Color Harmonies of #D203DB
Complementary color
Monochromatic Colors of #D203DB
Black with #D203DB
Text Example
Text Example
White with #D203DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203DB; }
p { color: rgb(210,3,219); }
H1.HeaderClassName
{
color: #D203DB;
}
.AnyTagClassName
{
color: #D203DB;
}
</style>
background-color css
<style>
a { background-color: #D203DB; }
a { background-color: rgb(210,3,219); }
div.DivClassName
{
background-color: #D203DB;
}
.BgClassName
{
background-color: #D203DB;
}
</style>
border-color css
<style>
span { border-color: #D203DB; }
span { border-color: rgb(210,3,219); }
td.TdClassName
{
border-color: #D203DB;
}
.TagClassName
{
border-color: #D203DB;
}
</style>