Shades of Deep Magenta #D207DB
Tints of Deep Magenta #D207DB
RGB
CMYK
RGB Variations
Color information
#D207DB (or 0xD207DB) is known color: Deep Magenta. HEX triplet: D2, 07 and DB. RGB value is (210,7,219). Sum of RGB (Red+Green+Blue) = 210+7+219=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #D207DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207DB is #2DF824. Grayscale: #5B5B5B. Windows color (decimal): -3012645 or 14354386. OLE color: 14354386.
HSL color Cylindrical-coordinate representation of color #D207DB: hue angle of 297.45º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207DB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 7 | 219 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.14 |
| HSL | 297.45º | 0.94% | 0.44% | - |
| HSV(B) | 297.45º | 0.97% | 0.86% | - |
| XYZ | 39.44 | 18.97 | 68.6 | - |
| YUV | 91.87 | 199.75 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 219 | 0.04 | 0.97 | 0 | 0.14 | 297.45 | 0.94 | 0.44 |
| Hex | D2 | 7 | DB | 4 | 61 | 0 | E | 129 | 5E | 2C |
| Octal | 322 | 7 | 333 | 4 | 141 | 0 | 16 | 451 | 136 | 54 |
| Binary | 11010010 | 111 | 11011011 | 100 | 1100001 | 0 | 1110 | 100101001 | 1011110 | 101100 |
Color Harmonies of #D207DB
Complementary color
Monochromatic Colors of #D207DB
Black with #D207DB
Text Example
Text Example
White with #D207DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207DB; }
p { color: rgb(210,7,219); }
H1.HeaderClassName
{
color: #D207DB;
}
.AnyTagClassName
{
color: #D207DB;
}
</style>
background-color css
<style>
a { background-color: #D207DB; }
a { background-color: rgb(210,7,219); }
div.DivClassName
{
background-color: #D207DB;
}
.BgClassName
{
background-color: #D207DB;
}
</style>
border-color css
<style>
span { border-color: #D207DB; }
span { border-color: rgb(210,7,219); }
td.TdClassName
{
border-color: #D207DB;
}
.TagClassName
{
border-color: #D207DB;
}
</style>