Shades of Deep Magenta #D200B0
Tints of Deep Magenta #D200B0
RGB
CMYK
RGB Variations
Color information
#D200B0 (or 0xD200B0) is known color: Deep Magenta. HEX triplet: D2, 00 and B0. RGB value is (210,0,176). Sum of RGB (Red+Green+Blue) = 210+0+176=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D200B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D200B0 is #2DFF4F. Grayscale: #525252. Windows color (decimal): -3014480 or 11534546. OLE color: 11534546.
HSL color Cylindrical-coordinate representation of color #D200B0: hue angle of 309.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200B0 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.16 | 0.18 |
| HSL | 309.71º | 1% | 0.41% | - |
| HSV(B) | 309.71º | 1% | 0.82% | - |
| XYZ | 34.41 | 16.84 | 42.51 | - |
| YUV | 82.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 176 | 0 | 1 | 0.16 | 0.18 | 309.71 | 1 | 0.41 |
| Hex | D2 | 0 | B0 | 0 | 64 | 10 | 12 | 136 | 64 | 29 |
| Octal | 322 | 0 | 260 | 0 | 144 | 20 | 22 | 466 | 144 | 51 |
| Binary | 11010010 | 0 | 10110000 | 0 | 1100100 | 10000 | 10010 | 100110110 | 1100100 | 101001 |
Color Harmonies of #D200B0
Complementary color
Monochromatic Colors of #D200B0
Black with #D200B0
Text Example
Text Example
White with #D200B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200B0; }
p { color: rgb(210,0,176); }
H1.HeaderClassName
{
color: #D200B0;
}
.AnyTagClassName
{
color: #D200B0;
}
</style>
background-color css
<style>
a { background-color: #D200B0; }
a { background-color: rgb(210,0,176); }
div.DivClassName
{
background-color: #D200B0;
}
.BgClassName
{
background-color: #D200B0;
}
</style>
border-color css
<style>
span { border-color: #D200B0; }
span { border-color: rgb(210,0,176); }
td.TdClassName
{
border-color: #D200B0;
}
.TagClassName
{
border-color: #D200B0;
}
</style>