Shades of Deep Magenta #D200BC
Tints of Deep Magenta #D200BC
RGB
CMYK
RGB Variations
Color information
#D200BC (or 0xD200BC) is known color: Deep Magenta. HEX triplet: D2, 00 and BC. RGB value is (210,0,188). Sum of RGB (Red+Green+Blue) = 210+0+188=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D200BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200BC is #2DFF43. Grayscale: #535353. Windows color (decimal): -3014468 or 12320978. OLE color: 12320978.
HSL color Cylindrical-coordinate representation of color #D200BC: hue angle of 306.29º 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 #D200BC is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.10 | 0.18 |
| HSL | 306.29º | 1% | 0.41% | - |
| HSV(B) | 306.29º | 1% | 0.82% | - |
| XYZ | 35.66 | 17.33 | 49.04 | - |
| YUV | 84.22 | 186.57 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 188 | 0 | 1 | 0.10 | 0.18 | 306.29 | 1 | 0.41 |
| Hex | D2 | 0 | BC | 0 | 64 | A | 12 | 132 | 64 | 29 |
| Octal | 322 | 0 | 274 | 0 | 144 | 12 | 22 | 462 | 144 | 51 |
| Binary | 11010010 | 0 | 10111100 | 0 | 1100100 | 1010 | 10010 | 100110010 | 1100100 | 101001 |
Color Harmonies of #D200BC
Complementary color
Monochromatic Colors of #D200BC
Black with #D200BC
Text Example
Text Example
White with #D200BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200BC; }
p { color: rgb(210,0,188); }
H1.HeaderClassName
{
color: #D200BC;
}
.AnyTagClassName
{
color: #D200BC;
}
</style>
background-color css
<style>
a { background-color: #D200BC; }
a { background-color: rgb(210,0,188); }
div.DivClassName
{
background-color: #D200BC;
}
.BgClassName
{
background-color: #D200BC;
}
</style>
border-color css
<style>
span { border-color: #D200BC; }
span { border-color: rgb(210,0,188); }
td.TdClassName
{
border-color: #D200BC;
}
.TagClassName
{
border-color: #D200BC;
}
</style>