Shades of Deep Magenta #DC06BF
Tints of Deep Magenta #DC06BF
RGB
CMYK
RGB Variations
Color information
#DC06BF (or 0xDC06BF) is known color: Deep Magenta. HEX triplet: DC, 06 and BF. RGB value is (220,6,191). Sum of RGB (Red+Green+Blue) = 220+6+191=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06BF is #23F940. Grayscale: #5A5A5A. Windows color (decimal): -2357569 or 12519132. OLE color: 12519132.
HSL color Cylindrical-coordinate representation of color #DC06BF: hue angle of 308.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06BF is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 191 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.14 |
| HSL | 308.13º | 0.95% | 0.44% | - |
| HSV(B) | 308.13º | 0.97% | 0.86% | - |
| XYZ | 38.98 | 19.11 | 50.92 | - |
| YUV | 91.08 | 184.4 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 191 | 0 | 0.97 | 0.13 | 0.14 | 308.13 | 0.95 | 0.44 |
| Hex | DC | 6 | BF | 0 | 61 | D | E | 134 | 5F | 2C |
| Octal | 334 | 6 | 277 | 0 | 141 | 15 | 16 | 464 | 137 | 54 |
| Binary | 11011100 | 110 | 10111111 | 0 | 1100001 | 1101 | 1110 | 100110100 | 1011111 | 101100 |
Color Harmonies of #DC06BF
Complementary color
Monochromatic Colors of #DC06BF
Black with #DC06BF
Text Example
Text Example
White with #DC06BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06BF; }
p { color: rgb(220,6,191); }
H1.HeaderClassName
{
color: #DC06BF;
}
.AnyTagClassName
{
color: #DC06BF;
}
</style>
background-color css
<style>
a { background-color: #DC06BF; }
a { background-color: rgb(220,6,191); }
div.DivClassName
{
background-color: #DC06BF;
}
.BgClassName
{
background-color: #DC06BF;
}
</style>
border-color css
<style>
span { border-color: #DC06BF; }
span { border-color: rgb(220,6,191); }
td.TdClassName
{
border-color: #DC06BF;
}
.TagClassName
{
border-color: #DC06BF;
}
</style>