Shades of Deep Magenta #D000B8
Tints of Deep Magenta #D000B8
RGB
CMYK
RGB Variations
Color information
#D000B8 (or 0xD000B8) is known color: Deep Magenta. HEX triplet: D0, 00 and B8. RGB value is (208,0,184). Sum of RGB (Red+Green+Blue) = 208+0+184=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D000B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000B8 is #2FFF47. Grayscale: #525252. Windows color (decimal): -3145544 or 12058832. OLE color: 12058832.
HSL color Cylindrical-coordinate representation of color #D000B8: hue angle of 306.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000B8 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.12 | 0.18 |
| HSL | 306.92º | 1% | 0.41% | - |
| HSV(B) | 306.92º | 1% | 0.82% | - |
| XYZ | 34.66 | 16.87 | 46.78 | - |
| YUV | 83.17 | 184.91 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 184 | 0 | 1 | 0.12 | 0.18 | 306.92 | 1 | 0.41 |
| Hex | D0 | 0 | B8 | 0 | 64 | C | 12 | 133 | 64 | 29 |
| Octal | 320 | 0 | 270 | 0 | 144 | 14 | 22 | 463 | 144 | 51 |
| Binary | 11010000 | 0 | 10111000 | 0 | 1100100 | 1100 | 10010 | 100110011 | 1100100 | 101001 |
Color Harmonies of #D000B8
Complementary color
Monochromatic Colors of #D000B8
Black with #D000B8
Text Example
Text Example
White with #D000B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000B8; }
p { color: rgb(208,0,184); }
H1.HeaderClassName
{
color: #D000B8;
}
.AnyTagClassName
{
color: #D000B8;
}
</style>
background-color css
<style>
a { background-color: #D000B8; }
a { background-color: rgb(208,0,184); }
div.DivClassName
{
background-color: #D000B8;
}
.BgClassName
{
background-color: #D000B8;
}
</style>
border-color css
<style>
span { border-color: #D000B8; }
span { border-color: rgb(208,0,184); }
td.TdClassName
{
border-color: #D000B8;
}
.TagClassName
{
border-color: #D000B8;
}
</style>