Shades of Deep Magenta #DC08BD
Tints of Deep Magenta #DC08BD
RGB
CMYK
RGB Variations
Color information
#DC08BD (or 0xDC08BD) is known color: Deep Magenta. HEX triplet: DC, 08 and BD. RGB value is (220,8,189). Sum of RGB (Red+Green+Blue) = 220+8+189=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08BD is #23F742. Grayscale: #5B5B5B. Windows color (decimal): -2357059 or 12388572. OLE color: 12388572.
HSL color Cylindrical-coordinate representation of color #DC08BD: hue angle of 308.77º 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 #DC08BD is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.14 |
| HSL | 308.77º | 0.93% | 0.45% | - |
| HSV(B) | 308.77º | 0.96% | 0.86% | - |
| XYZ | 38.79 | 19.06 | 49.78 | - |
| YUV | 92.02 | 182.74 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 189 | 0 | 0.96 | 0.14 | 0.14 | 308.77 | 0.93 | 0.45 |
| Hex | DC | 8 | BD | 0 | 60 | E | E | 135 | 5D | 2D |
| Octal | 334 | 10 | 275 | 0 | 140 | 16 | 16 | 465 | 135 | 55 |
| Binary | 11011100 | 1000 | 10111101 | 0 | 1100000 | 1110 | 1110 | 100110101 | 1011101 | 101101 |
Color Harmonies of #DC08BD
Complementary color
Monochromatic Colors of #DC08BD
Black with #DC08BD
Text Example
Text Example
White with #DC08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08BD; }
p { color: rgb(220,8,189); }
H1.HeaderClassName
{
color: #DC08BD;
}
.AnyTagClassName
{
color: #DC08BD;
}
</style>
background-color css
<style>
a { background-color: #DC08BD; }
a { background-color: rgb(220,8,189); }
div.DivClassName
{
background-color: #DC08BD;
}
.BgClassName
{
background-color: #DC08BD;
}
</style>
border-color css
<style>
span { border-color: #DC08BD; }
span { border-color: rgb(220,8,189); }
td.TdClassName
{
border-color: #DC08BD;
}
.TagClassName
{
border-color: #DC08BD;
}
</style>