Shades of Deep Magenta #D00BC3
Tints of Deep Magenta #D00BC3
RGB
CMYK
RGB Variations
Color information
#D00BC3 (or 0xD00BC3) is known color: Deep Magenta. HEX triplet: D0, 0B and C3. RGB value is (208,11,195). Sum of RGB (Red+Green+Blue) = 208+11+195=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BC3 is #2FF43C. Grayscale: #5A5A5A. Windows color (decimal): -3142717 or 12782544. OLE color: 12782544.
HSL color Cylindrical-coordinate representation of color #D00BC3: hue angle of 303.96º 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 #D00BC3 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 195 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.18 |
| HSL | 303.96º | 0.9% | 0.43% | - |
| HSV(B) | 303.96º | 0.95% | 0.82% | - |
| XYZ | 35.98 | 17.59 | 53.13 | - |
| YUV | 90.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 195 | 0 | 0.95 | 0.06 | 0.18 | 303.96 | 0.9 | 0.43 |
| Hex | D0 | B | C3 | 0 | 5F | 6 | 12 | 130 | 5A | 2B |
| Octal | 320 | 13 | 303 | 0 | 137 | 6 | 22 | 460 | 132 | 53 |
| Binary | 11010000 | 1011 | 11000011 | 0 | 1011111 | 110 | 10010 | 100110000 | 1011010 | 101011 |
Color Harmonies of #D00BC3
Complementary color
Monochromatic Colors of #D00BC3
Black with #D00BC3
Text Example
Text Example
White with #D00BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BC3; }
p { color: rgb(208,11,195); }
H1.HeaderClassName
{
color: #D00BC3;
}
.AnyTagClassName
{
color: #D00BC3;
}
</style>
background-color css
<style>
a { background-color: #D00BC3; }
a { background-color: rgb(208,11,195); }
div.DivClassName
{
background-color: #D00BC3;
}
.BgClassName
{
background-color: #D00BC3;
}
</style>
border-color css
<style>
span { border-color: #D00BC3; }
span { border-color: rgb(208,11,195); }
td.TdClassName
{
border-color: #D00BC3;
}
.TagClassName
{
border-color: #D00BC3;
}
</style>