Shades of Deep Magenta #D00BC2
Tints of Deep Magenta #D00BC2
RGB
CMYK
RGB Variations
Color information
#D00BC2 (or 0xD00BC2) is known color: Deep Magenta. HEX triplet: D0, 0B and C2. RGB value is (208,11,194). Sum of RGB (Red+Green+Blue) = 208+11+194=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BC2 is #2FF43D. Grayscale: #5A5A5A. Windows color (decimal): -3142718 or 12717008. OLE color: 12717008.
HSL color Cylindrical-coordinate representation of color #D00BC2: hue angle of 304.26º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BC2 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 194 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.18 |
| HSL | 304.26º | 0.9% | 0.43% | - |
| HSV(B) | 304.26º | 0.95% | 0.82% | - |
| XYZ | 35.87 | 17.54 | 52.53 | - |
| YUV | 90.77 | 186.27 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 194 | 0 | 0.95 | 0.07 | 0.18 | 304.26 | 0.9 | 0.43 |
| Hex | D0 | B | C2 | 0 | 5F | 7 | 12 | 130 | 5A | 2B |
| Octal | 320 | 13 | 302 | 0 | 137 | 7 | 22 | 460 | 132 | 53 |
| Binary | 11010000 | 1011 | 11000010 | 0 | 1011111 | 111 | 10010 | 100110000 | 1011010 | 101011 |
Color Harmonies of #D00BC2
Complementary color
Monochromatic Colors of #D00BC2
Black with #D00BC2
Text Example
Text Example
White with #D00BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BC2; }
p { color: rgb(208,11,194); }
H1.HeaderClassName
{
color: #D00BC2;
}
.AnyTagClassName
{
color: #D00BC2;
}
</style>
background-color css
<style>
a { background-color: #D00BC2; }
a { background-color: rgb(208,11,194); }
div.DivClassName
{
background-color: #D00BC2;
}
.BgClassName
{
background-color: #D00BC2;
}
</style>
border-color css
<style>
span { border-color: #D00BC2; }
span { border-color: rgb(208,11,194); }
td.TdClassName
{
border-color: #D00BC2;
}
.TagClassName
{
border-color: #D00BC2;
}
</style>