Shades of Deep Magenta #DC08DB
Tints of Deep Magenta #DC08DB
RGB
CMYK
RGB Variations
Color information
#DC08DB (or 0xDC08DB) is known color: Deep Magenta. HEX triplet: DC, 08 and DB. RGB value is (220,8,219). Sum of RGB (Red+Green+Blue) = 220+8+219=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08DB is #23F724. Grayscale: #5E5E5E. Windows color (decimal): -2357029 or 14354652. OLE color: 14354652.
HSL color Cylindrical-coordinate representation of color #DC08DB: hue angle of 300.28º 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 #DC08DB is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 219 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.14 |
| HSL | 300.28º | 0.93% | 0.45% | - |
| HSV(B) | 300.28º | 0.96% | 0.86% | - |
| XYZ | 42.39 | 20.5 | 68.74 | - |
| YUV | 95.44 | 197.74 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 219 | 0 | 0.96 | 0.00 | 0.14 | 300.28 | 0.93 | 0.45 |
| Hex | DC | 8 | DB | 0 | 60 | 0 | E | 12C | 5D | 2D |
| Octal | 334 | 10 | 333 | 0 | 140 | 0 | 16 | 454 | 135 | 55 |
| Binary | 11011100 | 1000 | 11011011 | 0 | 1100000 | 0 | 1110 | 100101100 | 1011101 | 101101 |
Color Harmonies of #DC08DB
Complementary color
Monochromatic Colors of #DC08DB
Black with #DC08DB
Text Example
Text Example
White with #DC08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08DB; }
p { color: rgb(220,8,219); }
H1.HeaderClassName
{
color: #DC08DB;
}
.AnyTagClassName
{
color: #DC08DB;
}
</style>
background-color css
<style>
a { background-color: #DC08DB; }
a { background-color: rgb(220,8,219); }
div.DivClassName
{
background-color: #DC08DB;
}
.BgClassName
{
background-color: #DC08DB;
}
</style>
border-color css
<style>
span { border-color: #DC08DB; }
span { border-color: rgb(220,8,219); }
td.TdClassName
{
border-color: #DC08DB;
}
.TagClassName
{
border-color: #DC08DB;
}
</style>