Shades of Deep Magenta #DC07BC
Tints of Deep Magenta #DC07BC
RGB
CMYK
RGB Variations
Color information
#DC07BC (or 0xDC07BC) is known color: Deep Magenta. HEX triplet: DC, 07 and BC. RGB value is (220,7,188). Sum of RGB (Red+Green+Blue) = 220+7+188=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07BC is #23F843. Grayscale: #5A5A5A. Windows color (decimal): -2357316 or 12322780. OLE color: 12322780.
HSL color Cylindrical-coordinate representation of color #DC07BC: hue angle of 309.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07BC is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.14 |
| HSL | 309.01º | 0.94% | 0.45% | - |
| HSV(B) | 309.01º | 0.97% | 0.86% | - |
| XYZ | 38.67 | 19 | 49.21 | - |
| YUV | 91.32 | 182.57 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 188 | 0 | 0.97 | 0.15 | 0.14 | 309.01 | 0.94 | 0.45 |
| Hex | DC | 7 | BC | 0 | 61 | F | E | 135 | 5E | 2D |
| Octal | 334 | 7 | 274 | 0 | 141 | 17 | 16 | 465 | 136 | 55 |
| Binary | 11011100 | 111 | 10111100 | 0 | 1100001 | 1111 | 1110 | 100110101 | 1011110 | 101101 |
Color Harmonies of #DC07BC
Complementary color
Monochromatic Colors of #DC07BC
Black with #DC07BC
Text Example
Text Example
White with #DC07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07BC; }
p { color: rgb(220,7,188); }
H1.HeaderClassName
{
color: #DC07BC;
}
.AnyTagClassName
{
color: #DC07BC;
}
</style>
background-color css
<style>
a { background-color: #DC07BC; }
a { background-color: rgb(220,7,188); }
div.DivClassName
{
background-color: #DC07BC;
}
.BgClassName
{
background-color: #DC07BC;
}
</style>
border-color css
<style>
span { border-color: #DC07BC; }
span { border-color: rgb(220,7,188); }
td.TdClassName
{
border-color: #DC07BC;
}
.TagClassName
{
border-color: #DC07BC;
}
</style>