Shades of Deep Magenta #D008B9
Tints of Deep Magenta #D008B9
RGB
CMYK
RGB Variations
Color information
#D008B9 (or 0xD008B9) is known color: Deep Magenta. HEX triplet: D0, 08 and B9. RGB value is (208,8,185). Sum of RGB (Red+Green+Blue) = 208+8+185=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D008B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008B9 is #2FF746. Grayscale: #575757. Windows color (decimal): -3143495 or 12126416. OLE color: 12126416.
HSL color Cylindrical-coordinate representation of color #D008B9: hue angle of 306.9º 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 #D008B9 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 185 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.18 |
| HSL | 306.9º | 0.93% | 0.42% | - |
| HSV(B) | 306.9º | 0.96% | 0.82% | - |
| XYZ | 34.86 | 17.09 | 47.36 | - |
| YUV | 87.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 185 | 0 | 0.96 | 0.11 | 0.18 | 306.9 | 0.93 | 0.42 |
| Hex | D0 | 8 | B9 | 0 | 60 | B | 12 | 133 | 5D | 2A |
| Octal | 320 | 10 | 271 | 0 | 140 | 13 | 22 | 463 | 135 | 52 |
| Binary | 11010000 | 1000 | 10111001 | 0 | 1100000 | 1011 | 10010 | 100110011 | 1011101 | 101010 |
Color Harmonies of #D008B9
Complementary color
Monochromatic Colors of #D008B9
Black with #D008B9
Text Example
Text Example
White with #D008B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008B9; }
p { color: rgb(208,8,185); }
H1.HeaderClassName
{
color: #D008B9;
}
.AnyTagClassName
{
color: #D008B9;
}
</style>
background-color css
<style>
a { background-color: #D008B9; }
a { background-color: rgb(208,8,185); }
div.DivClassName
{
background-color: #D008B9;
}
.BgClassName
{
background-color: #D008B9;
}
</style>
border-color css
<style>
span { border-color: #D008B9; }
span { border-color: rgb(208,8,185); }
td.TdClassName
{
border-color: #D008B9;
}
.TagClassName
{
border-color: #D008B9;
}
</style>