Shades of Deep Magenta #D00BCB
Tints of Deep Magenta #D00BCB
RGB
CMYK
RGB Variations
Color information
#D00BCB (or 0xD00BCB) is known color: Deep Magenta. HEX triplet: D0, 0B and CB. RGB value is (208,11,203). Sum of RGB (Red+Green+Blue) = 208+11+203=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BCB is #2FF434. Grayscale: #5B5B5B. Windows color (decimal): -3142709 or 13306832. OLE color: 13306832.
HSL color Cylindrical-coordinate representation of color #D00BCB: hue angle of 301.52º 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 #D00BCB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.18 |
| HSL | 301.52º | 0.9% | 0.43% | - |
| HSV(B) | 301.52º | 0.95% | 0.82% | - |
| XYZ | 36.91 | 17.96 | 58.02 | - |
| YUV | 91.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 203 | 0 | 0.95 | 0.02 | 0.18 | 301.52 | 0.9 | 0.43 |
| Hex | D0 | B | CB | 0 | 5F | 2 | 12 | 12E | 5A | 2B |
| Octal | 320 | 13 | 313 | 0 | 137 | 2 | 22 | 456 | 132 | 53 |
| Binary | 11010000 | 1011 | 11001011 | 0 | 1011111 | 10 | 10010 | 100101110 | 1011010 | 101011 |
Color Harmonies of #D00BCB
Complementary color
Monochromatic Colors of #D00BCB
Black with #D00BCB
Text Example
Text Example
White with #D00BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BCB; }
p { color: rgb(208,11,203); }
H1.HeaderClassName
{
color: #D00BCB;
}
.AnyTagClassName
{
color: #D00BCB;
}
</style>
background-color css
<style>
a { background-color: #D00BCB; }
a { background-color: rgb(208,11,203); }
div.DivClassName
{
background-color: #D00BCB;
}
.BgClassName
{
background-color: #D00BCB;
}
</style>
border-color css
<style>
span { border-color: #D00BCB; }
span { border-color: rgb(208,11,203); }
td.TdClassName
{
border-color: #D00BCB;
}
.TagClassName
{
border-color: #D00BCB;
}
</style>