Shades of Deep Magenta #D008B0
Tints of Deep Magenta #D008B0
RGB
CMYK
RGB Variations
Color information
#D008B0 (or 0xD008B0) is known color: Deep Magenta. HEX triplet: D0, 08 and B0. RGB value is (208,8,176). Sum of RGB (Red+Green+Blue) = 208+8+176=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D008B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D008B0 is #2FF74F. Grayscale: #565656. Windows color (decimal): -3143504 or 11536592. OLE color: 11536592.
HSL color Cylindrical-coordinate representation of color #D008B0: hue angle of 309.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 #D008B0 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 176 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.18 |
| HSL | 309.6º | 0.93% | 0.42% | - |
| HSV(B) | 309.6º | 0.96% | 0.82% | - |
| XYZ | 33.94 | 16.72 | 42.51 | - |
| YUV | 86.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 176 | 0 | 0.96 | 0.15 | 0.18 | 309.6 | 0.93 | 0.42 |
| Hex | D0 | 8 | B0 | 0 | 60 | F | 12 | 136 | 5D | 2A |
| Octal | 320 | 10 | 260 | 0 | 140 | 17 | 22 | 466 | 135 | 52 |
| Binary | 11010000 | 1000 | 10110000 | 0 | 1100000 | 1111 | 10010 | 100110110 | 1011101 | 101010 |
Color Harmonies of #D008B0
Complementary color
Monochromatic Colors of #D008B0
Black with #D008B0
Text Example
Text Example
White with #D008B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008B0; }
p { color: rgb(208,8,176); }
H1.HeaderClassName
{
color: #D008B0;
}
.AnyTagClassName
{
color: #D008B0;
}
</style>
background-color css
<style>
a { background-color: #D008B0; }
a { background-color: rgb(208,8,176); }
div.DivClassName
{
background-color: #D008B0;
}
.BgClassName
{
background-color: #D008B0;
}
</style>
border-color css
<style>
span { border-color: #D008B0; }
span { border-color: rgb(208,8,176); }
td.TdClassName
{
border-color: #D008B0;
}
.TagClassName
{
border-color: #D008B0;
}
</style>