Shades of Deep Magenta #D207DA
Tints of Deep Magenta #D207DA
RGB
CMYK
RGB Variations
Color information
#D207DA (or 0xD207DA) is known color: Deep Magenta. HEX triplet: D2, 07 and DA. RGB value is (210,7,218). Sum of RGB (Red+Green+Blue) = 210+7+218=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #D207DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207DA is #2DF825. Grayscale: #5B5B5B. Windows color (decimal): -3012646 or 14288850. OLE color: 14288850.
HSL color Cylindrical-coordinate representation of color #D207DA: hue angle of 297.73º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207DA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 7 | 218 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.15 |
| HSL | 297.73º | 0.94% | 0.44% | - |
| HSV(B) | 297.73º | 0.97% | 0.85% | - |
| XYZ | 39.31 | 18.92 | 67.91 | - |
| YUV | 91.75 | 199.25 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 218 | 0.04 | 0.97 | 0 | 0.15 | 297.73 | 0.94 | 0.44 |
| Hex | D2 | 7 | DA | 4 | 61 | 0 | F | 12A | 5E | 2C |
| Octal | 322 | 7 | 332 | 4 | 141 | 0 | 17 | 452 | 136 | 54 |
| Binary | 11010010 | 111 | 11011010 | 100 | 1100001 | 0 | 1111 | 100101010 | 1011110 | 101100 |
Color Harmonies of #D207DA
Complementary color
Monochromatic Colors of #D207DA
Black with #D207DA
Text Example
Text Example
White with #D207DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207DA; }
p { color: rgb(210,7,218); }
H1.HeaderClassName
{
color: #D207DA;
}
.AnyTagClassName
{
color: #D207DA;
}
</style>
background-color css
<style>
a { background-color: #D207DA; }
a { background-color: rgb(210,7,218); }
div.DivClassName
{
background-color: #D207DA;
}
.BgClassName
{
background-color: #D207DA;
}
</style>
border-color css
<style>
span { border-color: #D207DA; }
span { border-color: rgb(210,7,218); }
td.TdClassName
{
border-color: #D207DA;
}
.TagClassName
{
border-color: #D207DA;
}
</style>