Shades of Deep Magenta #D008B6
Tints of Deep Magenta #D008B6
RGB
CMYK
RGB Variations
Color information
#D008B6 (or 0xD008B6) is known color: Deep Magenta. HEX triplet: D0, 08 and B6. RGB value is (208,8,182). Sum of RGB (Red+Green+Blue) = 208+8+182=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D008B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008B6 is #2FF749. Grayscale: #575757. Windows color (decimal): -3143498 or 11929808. OLE color: 11929808.
HSL color Cylindrical-coordinate representation of color #D008B6: hue angle of 307.8º 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 #D008B6 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 182 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.18 |
| HSL | 307.8º | 0.93% | 0.42% | - |
| HSV(B) | 307.8º | 0.96% | 0.82% | - |
| XYZ | 34.54 | 16.96 | 45.71 | - |
| YUV | 87.64 | 181.26 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 182 | 0 | 0.96 | 0.12 | 0.18 | 307.8 | 0.93 | 0.42 |
| Hex | D0 | 8 | B6 | 0 | 60 | C | 12 | 134 | 5D | 2A |
| Octal | 320 | 10 | 266 | 0 | 140 | 14 | 22 | 464 | 135 | 52 |
| Binary | 11010000 | 1000 | 10110110 | 0 | 1100000 | 1100 | 10010 | 100110100 | 1011101 | 101010 |
Color Harmonies of #D008B6
Complementary color
Monochromatic Colors of #D008B6
Black with #D008B6
Text Example
Text Example
White with #D008B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008B6; }
p { color: rgb(208,8,182); }
H1.HeaderClassName
{
color: #D008B6;
}
.AnyTagClassName
{
color: #D008B6;
}
</style>
background-color css
<style>
a { background-color: #D008B6; }
a { background-color: rgb(208,8,182); }
div.DivClassName
{
background-color: #D008B6;
}
.BgClassName
{
background-color: #D008B6;
}
</style>
border-color css
<style>
span { border-color: #D008B6; }
span { border-color: rgb(208,8,182); }
td.TdClassName
{
border-color: #D008B6;
}
.TagClassName
{
border-color: #D008B6;
}
</style>