Shades of Deep Magenta #D000BC
Tints of Deep Magenta #D000BC
RGB
CMYK
RGB Variations
Color information
#D000BC (or 0xD000BC) is known color: Deep Magenta. HEX triplet: D0, 00 and BC. RGB value is (208,0,188). Sum of RGB (Red+Green+Blue) = 208+0+188=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D000BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000BC is #2FFF43. Grayscale: #535353. Windows color (decimal): -3145540 or 12320976. OLE color: 12320976.
HSL color Cylindrical-coordinate representation of color #D000BC: hue angle of 305.77º 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 #D000BC is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.10 | 0.18 |
| HSL | 305.77º | 1% | 0.41% | - |
| HSV(B) | 305.77º | 1% | 0.82% | - |
| XYZ | 35.09 | 17.04 | 49.02 | - |
| YUV | 83.62 | 186.91 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 188 | 0 | 1 | 0.10 | 0.18 | 305.77 | 1 | 0.41 |
| Hex | D0 | 0 | BC | 0 | 64 | A | 12 | 132 | 64 | 29 |
| Octal | 320 | 0 | 274 | 0 | 144 | 12 | 22 | 462 | 144 | 51 |
| Binary | 11010000 | 0 | 10111100 | 0 | 1100100 | 1010 | 10010 | 100110010 | 1100100 | 101001 |
Color Harmonies of #D000BC
Complementary color
Monochromatic Colors of #D000BC
Black with #D000BC
Text Example
Text Example
White with #D000BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000BC; }
p { color: rgb(208,0,188); }
H1.HeaderClassName
{
color: #D000BC;
}
.AnyTagClassName
{
color: #D000BC;
}
</style>
background-color css
<style>
a { background-color: #D000BC; }
a { background-color: rgb(208,0,188); }
div.DivClassName
{
background-color: #D000BC;
}
.BgClassName
{
background-color: #D000BC;
}
</style>
border-color css
<style>
span { border-color: #D000BC; }
span { border-color: rgb(208,0,188); }
td.TdClassName
{
border-color: #D000BC;
}
.TagClassName
{
border-color: #D000BC;
}
</style>