Shades of Deep Magenta #DC08BF
Tints of Deep Magenta #DC08BF
RGB
CMYK
RGB Variations
Color information
#DC08BF (or 0xDC08BF) is known color: Deep Magenta. HEX triplet: DC, 08 and BF. RGB value is (220,8,191). Sum of RGB (Red+Green+Blue) = 220+8+191=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08BF is #23F740. Grayscale: #5B5B5B. Windows color (decimal): -2357057 or 12519644. OLE color: 12519644.
HSL color Cylindrical-coordinate representation of color #DC08BF: hue angle of 308.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC08BF is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.14 |
| HSL | 308.21º | 0.93% | 0.45% | - |
| HSV(B) | 308.21º | 0.96% | 0.86% | - |
| XYZ | 39.01 | 19.15 | 50.93 | - |
| YUV | 92.25 | 183.74 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 191 | 0 | 0.96 | 0.13 | 0.14 | 308.21 | 0.93 | 0.45 |
| Hex | DC | 8 | BF | 0 | 60 | D | E | 134 | 5D | 2D |
| Octal | 334 | 10 | 277 | 0 | 140 | 15 | 16 | 464 | 135 | 55 |
| Binary | 11011100 | 1000 | 10111111 | 0 | 1100000 | 1101 | 1110 | 100110100 | 1011101 | 101101 |
Color Harmonies of #DC08BF
Complementary color
Monochromatic Colors of #DC08BF
Black with #DC08BF
Text Example
Text Example
White with #DC08BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08BF; }
p { color: rgb(220,8,191); }
H1.HeaderClassName
{
color: #DC08BF;
}
.AnyTagClassName
{
color: #DC08BF;
}
</style>
background-color css
<style>
a { background-color: #DC08BF; }
a { background-color: rgb(220,8,191); }
div.DivClassName
{
background-color: #DC08BF;
}
.BgClassName
{
background-color: #DC08BF;
}
</style>
border-color css
<style>
span { border-color: #DC08BF; }
span { border-color: rgb(220,8,191); }
td.TdClassName
{
border-color: #DC08BF;
}
.TagClassName
{
border-color: #DC08BF;
}
</style>