Shades of Deep Magenta #DC01B8
Tints of Deep Magenta #DC01B8
RGB
CMYK
RGB Variations
Color information
#DC01B8 (or 0xDC01B8) is known color: Deep Magenta. HEX triplet: DC, 01 and B8. RGB value is (220,1,184). Sum of RGB (Red+Green+Blue) = 220+1+184=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01B8 is #23FE47. Grayscale: #565656. Windows color (decimal): -2358856 or 12059100. OLE color: 12059100.
HSL color Cylindrical-coordinate representation of color #DC01B8: hue angle of 309.86º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01B8 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 184 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.14 |
| HSL | 309.86º | 0.99% | 0.43% | - |
| HSV(B) | 309.86º | 1% | 0.86% | - |
| XYZ | 38.18 | 18.7 | 46.94 | - |
| YUV | 87.34 | 182.55 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 184 | 0 | 1.00 | 0.16 | 0.14 | 309.86 | 0.99 | 0.43 |
| Hex | DC | 1 | B8 | 0 | 64 | 10 | E | 136 | 63 | 2B |
| Octal | 334 | 1 | 270 | 0 | 144 | 20 | 16 | 466 | 143 | 53 |
| Binary | 11011100 | 1 | 10111000 | 0 | 1100100 | 10000 | 1110 | 100110110 | 1100011 | 101011 |
Color Harmonies of #DC01B8
Complementary color
Monochromatic Colors of #DC01B8
Black with #DC01B8
Text Example
Text Example
White with #DC01B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01B8; }
p { color: rgb(220,1,184); }
H1.HeaderClassName
{
color: #DC01B8;
}
.AnyTagClassName
{
color: #DC01B8;
}
</style>
background-color css
<style>
a { background-color: #DC01B8; }
a { background-color: rgb(220,1,184); }
div.DivClassName
{
background-color: #DC01B8;
}
.BgClassName
{
background-color: #DC01B8;
}
</style>
border-color css
<style>
span { border-color: #DC01B8; }
span { border-color: rgb(220,1,184); }
td.TdClassName
{
border-color: #DC01B8;
}
.TagClassName
{
border-color: #DC01B8;
}
</style>