Shades of Deep Magenta #D00BDC
Tints of Deep Magenta #D00BDC
RGB
CMYK
RGB Variations
Color information
#D00BDC (or 0xD00BDC) is known color: Deep Magenta. HEX triplet: D0, 0B and DC. RGB value is (208,11,220). Sum of RGB (Red+Green+Blue) = 208+11+220=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #D00BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BDC is #2FF423. Grayscale: #5D5D5D. Windows color (decimal): -3142692 or 14420944. OLE color: 14420944.
HSL color Cylindrical-coordinate representation of color #D00BDC: hue angle of 296.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BDC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 11 | 220 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 296.56º | 0.9% | 0.45% | - |
| HSV(B) | 296.56º | 0.95% | 0.86% | - |
| XYZ | 39.05 | 18.82 | 69.28 | - |
| YUV | 93.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 220 | 0.05 | 0.95 | 0 | 0.14 | 296.56 | 0.9 | 0.45 |
| Hex | D0 | B | DC | 5 | 5F | 0 | E | 129 | 5A | 2D |
| Octal | 320 | 13 | 334 | 5 | 137 | 0 | 16 | 451 | 132 | 55 |
| Binary | 11010000 | 1011 | 11011100 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011010 | 101101 |
Color Harmonies of #D00BDC
Complementary color
Monochromatic Colors of #D00BDC
Black with #D00BDC
Text Example
Text Example
White with #D00BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BDC; }
p { color: rgb(208,11,220); }
H1.HeaderClassName
{
color: #D00BDC;
}
.AnyTagClassName
{
color: #D00BDC;
}
</style>
background-color css
<style>
a { background-color: #D00BDC; }
a { background-color: rgb(208,11,220); }
div.DivClassName
{
background-color: #D00BDC;
}
.BgClassName
{
background-color: #D00BDC;
}
</style>
border-color css
<style>
span { border-color: #D00BDC; }
span { border-color: rgb(208,11,220); }
td.TdClassName
{
border-color: #D00BDC;
}
.TagClassName
{
border-color: #D00BDC;
}
</style>