Shades of Deep Magenta #DC00B5
Tints of Deep Magenta #DC00B5
RGB
CMYK
RGB Variations
Color information
#DC00B5 (or 0xDC00B5) is known color: Deep Magenta. HEX triplet: DC, 00 and B5. RGB value is (220,0,181). Sum of RGB (Red+Green+Blue) = 220+0+181=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00B5 is #23FF4A. Grayscale: #555555. Windows color (decimal): -2359115 or 11862236. OLE color: 11862236.
HSL color Cylindrical-coordinate representation of color #DC00B5: hue angle of 310.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00B5 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.18 | 0.14 |
| HSL | 310.64º | 1% | 0.43% | - |
| HSV(B) | 310.64º | 1% | 0.86% | - |
| XYZ | 37.86 | 18.55 | 45.3 | - |
| YUV | 86.41 | 181.39 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 181 | 0 | 1 | 0.18 | 0.14 | 310.64 | 1 | 0.43 |
| Hex | DC | 0 | B5 | 0 | 64 | 12 | E | 137 | 64 | 2B |
| Octal | 334 | 0 | 265 | 0 | 144 | 22 | 16 | 467 | 144 | 53 |
| Binary | 11011100 | 0 | 10110101 | 0 | 1100100 | 10010 | 1110 | 100110111 | 1100100 | 101011 |
Color Harmonies of #DC00B5
Complementary color
Monochromatic Colors of #DC00B5
Black with #DC00B5
Text Example
Text Example
White with #DC00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00B5; }
p { color: rgb(220,0,181); }
H1.HeaderClassName
{
color: #DC00B5;
}
.AnyTagClassName
{
color: #DC00B5;
}
</style>
background-color css
<style>
a { background-color: #DC00B5; }
a { background-color: rgb(220,0,181); }
div.DivClassName
{
background-color: #DC00B5;
}
.BgClassName
{
background-color: #DC00B5;
}
</style>
border-color css
<style>
span { border-color: #DC00B5; }
span { border-color: rgb(220,0,181); }
td.TdClassName
{
border-color: #DC00B5;
}
.TagClassName
{
border-color: #DC00B5;
}
</style>