Shades of Deep Magenta #D209BC
Tints of Deep Magenta #D209BC
RGB
CMYK
RGB Variations
Color information
#D209BC (or 0xD209BC) is known color: Deep Magenta. HEX triplet: D2, 09 and BC. RGB value is (210,9,188). Sum of RGB (Red+Green+Blue) = 210+9+188=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D209BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209BC is #2DF643. Grayscale: #585858. Windows color (decimal): -3012164 or 12323282. OLE color: 12323282.
HSL color Cylindrical-coordinate representation of color #D209BC: hue angle of 306.57º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209BC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 306.57º | 0.92% | 0.43% | - |
| HSV(B) | 306.57º | 0.96% | 0.82% | - |
| XYZ | 35.75 | 17.53 | 49.08 | - |
| YUV | 89.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 188 | 0 | 0.96 | 0.10 | 0.18 | 306.57 | 0.92 | 0.43 |
| Hex | D2 | 9 | BC | 0 | 60 | A | 12 | 133 | 5C | 2B |
| Octal | 322 | 11 | 274 | 0 | 140 | 12 | 22 | 463 | 134 | 53 |
| Binary | 11010010 | 1001 | 10111100 | 0 | 1100000 | 1010 | 10010 | 100110011 | 1011100 | 101011 |
Color Harmonies of #D209BC
Complementary color
Monochromatic Colors of #D209BC
Black with #D209BC
Text Example
Text Example
White with #D209BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209BC; }
p { color: rgb(210,9,188); }
H1.HeaderClassName
{
color: #D209BC;
}
.AnyTagClassName
{
color: #D209BC;
}
</style>
background-color css
<style>
a { background-color: #D209BC; }
a { background-color: rgb(210,9,188); }
div.DivClassName
{
background-color: #D209BC;
}
.BgClassName
{
background-color: #D209BC;
}
</style>
border-color css
<style>
span { border-color: #D209BC; }
span { border-color: rgb(210,9,188); }
td.TdClassName
{
border-color: #D209BC;
}
.TagClassName
{
border-color: #D209BC;
}
</style>