Shades of Deep Magenta #DC03B6
Tints of Deep Magenta #DC03B6
RGB
CMYK
RGB Variations
Color information
#DC03B6 (or 0xDC03B6) is known color: Deep Magenta. HEX triplet: DC, 03 and B6. RGB value is (220,3,182). Sum of RGB (Red+Green+Blue) = 220+3+182=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03B6 is #23FC49. Grayscale: #575757. Windows color (decimal): -2358346 or 11928540. OLE color: 11928540.
HSL color Cylindrical-coordinate representation of color #DC03B6: hue angle of 310.51º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03B6 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 182 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.14 |
| HSL | 310.51º | 0.97% | 0.44% | - |
| HSV(B) | 310.51º | 0.99% | 0.86% | - |
| XYZ | 37.99 | 18.66 | 45.86 | - |
| YUV | 88.29 | 180.89 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 182 | 0 | 0.99 | 0.17 | 0.14 | 310.51 | 0.97 | 0.44 |
| Hex | DC | 3 | B6 | 0 | 63 | 11 | E | 137 | 61 | 2C |
| Octal | 334 | 3 | 266 | 0 | 143 | 21 | 16 | 467 | 141 | 54 |
| Binary | 11011100 | 11 | 10110110 | 0 | 1100011 | 10001 | 1110 | 100110111 | 1100001 | 101100 |
Color Harmonies of #DC03B6
Complementary color
Monochromatic Colors of #DC03B6
Black with #DC03B6
Text Example
Text Example
White with #DC03B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03B6; }
p { color: rgb(220,3,182); }
H1.HeaderClassName
{
color: #DC03B6;
}
.AnyTagClassName
{
color: #DC03B6;
}
</style>
background-color css
<style>
a { background-color: #DC03B6; }
a { background-color: rgb(220,3,182); }
div.DivClassName
{
background-color: #DC03B6;
}
.BgClassName
{
background-color: #DC03B6;
}
</style>
border-color css
<style>
span { border-color: #DC03B6; }
span { border-color: rgb(220,3,182); }
td.TdClassName
{
border-color: #DC03B6;
}
.TagClassName
{
border-color: #DC03B6;
}
</style>