Shades of Deep Magenta #D008BA
Tints of Deep Magenta #D008BA
RGB
CMYK
RGB Variations
Color information
#D008BA (or 0xD008BA) is known color: Deep Magenta. HEX triplet: D0, 08 and BA. RGB value is (208,8,186). Sum of RGB (Red+Green+Blue) = 208+8+186=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D008BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008BA is #2FF745. Grayscale: #575757. Windows color (decimal): -3143494 or 12191952. OLE color: 12191952.
HSL color Cylindrical-coordinate representation of color #D008BA: hue angle of 306.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008BA is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 186 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.18 |
| HSL | 306.6º | 0.93% | 0.42% | - |
| HSV(B) | 306.6º | 0.96% | 0.82% | - |
| XYZ | 34.96 | 17.13 | 47.92 | - |
| YUV | 88.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 186 | 0 | 0.96 | 0.11 | 0.18 | 306.6 | 0.93 | 0.42 |
| Hex | D0 | 8 | BA | 0 | 60 | B | 12 | 133 | 5D | 2A |
| Octal | 320 | 10 | 272 | 0 | 140 | 13 | 22 | 463 | 135 | 52 |
| Binary | 11010000 | 1000 | 10111010 | 0 | 1100000 | 1011 | 10010 | 100110011 | 1011101 | 101010 |
Color Harmonies of #D008BA
Complementary color
Monochromatic Colors of #D008BA
Black with #D008BA
Text Example
Text Example
White with #D008BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008BA; }
p { color: rgb(208,8,186); }
H1.HeaderClassName
{
color: #D008BA;
}
.AnyTagClassName
{
color: #D008BA;
}
</style>
background-color css
<style>
a { background-color: #D008BA; }
a { background-color: rgb(208,8,186); }
div.DivClassName
{
background-color: #D008BA;
}
.BgClassName
{
background-color: #D008BA;
}
</style>
border-color css
<style>
span { border-color: #D008BA; }
span { border-color: rgb(208,8,186); }
td.TdClassName
{
border-color: #D008BA;
}
.TagClassName
{
border-color: #D008BA;
}
</style>