Shades of Deep Magenta #DC03B4
Tints of Deep Magenta #DC03B4
RGB
CMYK
RGB Variations
Color information
#DC03B4 (or 0xDC03B4) is known color: Deep Magenta. HEX triplet: DC, 03 and B4. RGB value is (220,3,180). Sum of RGB (Red+Green+Blue) = 220+3+180=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03B4 is #23FC4B. Grayscale: #575757. Windows color (decimal): -2358348 or 11797468. OLE color: 11797468.
HSL color Cylindrical-coordinate representation of color #DC03B4: hue angle of 311.06º 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 #DC03B4 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 180 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.14 |
| HSL | 311.06º | 0.97% | 0.44% | - |
| HSV(B) | 311.06º | 0.99% | 0.86% | - |
| XYZ | 37.79 | 18.58 | 44.77 | - |
| YUV | 88.06 | 179.89 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 180 | 0 | 0.99 | 0.18 | 0.14 | 311.06 | 0.97 | 0.44 |
| Hex | DC | 3 | B4 | 0 | 63 | 12 | E | 137 | 61 | 2C |
| Octal | 334 | 3 | 264 | 0 | 143 | 22 | 16 | 467 | 141 | 54 |
| Binary | 11011100 | 11 | 10110100 | 0 | 1100011 | 10010 | 1110 | 100110111 | 1100001 | 101100 |
Color Harmonies of #DC03B4
Complementary color
Monochromatic Colors of #DC03B4
Black with #DC03B4
Text Example
Text Example
White with #DC03B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03B4; }
p { color: rgb(220,3,180); }
H1.HeaderClassName
{
color: #DC03B4;
}
.AnyTagClassName
{
color: #DC03B4;
}
</style>
background-color css
<style>
a { background-color: #DC03B4; }
a { background-color: rgb(220,3,180); }
div.DivClassName
{
background-color: #DC03B4;
}
.BgClassName
{
background-color: #DC03B4;
}
</style>
border-color css
<style>
span { border-color: #DC03B4; }
span { border-color: rgb(220,3,180); }
td.TdClassName
{
border-color: #DC03B4;
}
.TagClassName
{
border-color: #DC03B4;
}
</style>