Shades of Deep Magenta #DC0BC7
Tints of Deep Magenta #DC0BC7
RGB
CMYK
RGB Variations
Color information
#DC0BC7 (or 0xDC0BC7) is known color: Deep Magenta. HEX triplet: DC, 0B and C7. RGB value is (220,11,199). Sum of RGB (Red+Green+Blue) = 220+11+199=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BC7 is #23F438. Grayscale: #5E5E5E. Windows color (decimal): -2356281 or 13044700. OLE color: 13044700.
HSL color Cylindrical-coordinate representation of color #DC0BC7: hue angle of 306.03º 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 #DC0BC7 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 199 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.14 |
| HSL | 306.03º | 0.9% | 0.45% | - |
| HSV(B) | 306.03º | 0.95% | 0.86% | - |
| XYZ | 39.94 | 19.58 | 55.71 | - |
| YUV | 94.92 | 186.74 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 199 | 0 | 0.95 | 0.10 | 0.14 | 306.03 | 0.9 | 0.45 |
| Hex | DC | B | C7 | 0 | 5F | A | E | 132 | 5A | 2D |
| Octal | 334 | 13 | 307 | 0 | 137 | 12 | 16 | 462 | 132 | 55 |
| Binary | 11011100 | 1011 | 11000111 | 0 | 1011111 | 1010 | 1110 | 100110010 | 1011010 | 101101 |
Color Harmonies of #DC0BC7
Complementary color
Monochromatic Colors of #DC0BC7
Black with #DC0BC7
Text Example
Text Example
White with #DC0BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BC7; }
p { color: rgb(220,11,199); }
H1.HeaderClassName
{
color: #DC0BC7;
}
.AnyTagClassName
{
color: #DC0BC7;
}
</style>
background-color css
<style>
a { background-color: #DC0BC7; }
a { background-color: rgb(220,11,199); }
div.DivClassName
{
background-color: #DC0BC7;
}
.BgClassName
{
background-color: #DC0BC7;
}
</style>
border-color css
<style>
span { border-color: #DC0BC7; }
span { border-color: rgb(220,11,199); }
td.TdClassName
{
border-color: #DC0BC7;
}
.TagClassName
{
border-color: #DC0BC7;
}
</style>