Shades of Deep Magenta #D209DE
Tints of Deep Magenta #D209DE
RGB
CMYK
RGB Variations
Color information
#D209DE (or 0xD209DE) is known color: Deep Magenta. HEX triplet: D2, 09 and DE. RGB value is (210,9,222). Sum of RGB (Red+Green+Blue) = 210+9+222=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #D209DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209DE is #2DF621. Grayscale: #5C5C5C. Windows color (decimal): -3012130 or 14551506. OLE color: 14551506.
HSL color Cylindrical-coordinate representation of color #D209DE: hue angle of 296.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209DE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 9 | 222 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.13 |
| HSL | 296.62º | 0.92% | 0.45% | - |
| HSV(B) | 296.62º | 0.96% | 0.87% | - |
| XYZ | 39.86 | 19.17 | 70.71 | - |
| YUV | 93.38 | 200.59 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 222 | 0.05 | 0.96 | 0 | 0.13 | 296.62 | 0.92 | 0.45 |
| Hex | D2 | 9 | DE | 5 | 60 | 0 | D | 129 | 5C | 2D |
| Octal | 322 | 11 | 336 | 5 | 140 | 0 | 15 | 451 | 134 | 55 |
| Binary | 11010010 | 1001 | 11011110 | 101 | 1100000 | 0 | 1101 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D209DE
Complementary color
Monochromatic Colors of #D209DE
Black with #D209DE
Text Example
Text Example
White with #D209DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209DE; }
p { color: rgb(210,9,222); }
H1.HeaderClassName
{
color: #D209DE;
}
.AnyTagClassName
{
color: #D209DE;
}
</style>
background-color css
<style>
a { background-color: #D209DE; }
a { background-color: rgb(210,9,222); }
div.DivClassName
{
background-color: #D209DE;
}
.BgClassName
{
background-color: #D209DE;
}
</style>
border-color css
<style>
span { border-color: #D209DE; }
span { border-color: rgb(210,9,222); }
td.TdClassName
{
border-color: #D209DE;
}
.TagClassName
{
border-color: #D209DE;
}
</style>