Shades of Deep Magenta #D008BD
Tints of Deep Magenta #D008BD
RGB
CMYK
RGB Variations
Color information
#D008BD (or 0xD008BD) is known color: Deep Magenta. HEX triplet: D0, 08 and BD. RGB value is (208,8,189). Sum of RGB (Red+Green+Blue) = 208+8+189=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D008BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008BD is #2FF742. Grayscale: #575757. Windows color (decimal): -3143491 or 12388560. OLE color: 12388560.
HSL color Cylindrical-coordinate representation of color #D008BD: hue angle of 305.7º 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 #D008BD is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.18 |
| HSL | 305.7º | 0.93% | 0.42% | - |
| HSV(B) | 305.7º | 0.96% | 0.82% | - |
| XYZ | 35.28 | 17.26 | 49.62 | - |
| YUV | 88.43 | 184.76 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 189 | 0 | 0.96 | 0.09 | 0.18 | 305.7 | 0.93 | 0.42 |
| Hex | D0 | 8 | BD | 0 | 60 | 9 | 12 | 132 | 5D | 2A |
| Octal | 320 | 10 | 275 | 0 | 140 | 11 | 22 | 462 | 135 | 52 |
| Binary | 11010000 | 1000 | 10111101 | 0 | 1100000 | 1001 | 10010 | 100110010 | 1011101 | 101010 |
Color Harmonies of #D008BD
Complementary color
Monochromatic Colors of #D008BD
Black with #D008BD
Text Example
Text Example
White with #D008BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008BD; }
p { color: rgb(208,8,189); }
H1.HeaderClassName
{
color: #D008BD;
}
.AnyTagClassName
{
color: #D008BD;
}
</style>
background-color css
<style>
a { background-color: #D008BD; }
a { background-color: rgb(208,8,189); }
div.DivClassName
{
background-color: #D008BD;
}
.BgClassName
{
background-color: #D008BD;
}
</style>
border-color css
<style>
span { border-color: #D008BD; }
span { border-color: rgb(208,8,189); }
td.TdClassName
{
border-color: #D008BD;
}
.TagClassName
{
border-color: #D008BD;
}
</style>