Shades of Deep Magenta #D01DB8
Tints of Deep Magenta #D01DB8
RGB
CMYK
RGB Variations
Color information
#D01DB8 (or 0xD01DB8) is known color: Deep Magenta. HEX triplet: D0, 1D and B8. RGB value is (208,29,184). Sum of RGB (Red+Green+Blue) = 208+29+184=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DB8 is #2FE247. Grayscale: #636363. Windows color (decimal): -3138120 or 12066256. OLE color: 12066256.
HSL color Cylindrical-coordinate representation of color #D01DB8: hue angle of 308.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DB8 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 184 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.18 |
| HSL | 308.04º | 0.76% | 0.46% | - |
| HSV(B) | 308.04º | 0.86% | 0.82% | - |
| XYZ | 35.1 | 17.75 | 46.92 | - |
| YUV | 100.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 184 | 0 | 0.86 | 0.12 | 0.18 | 308.04 | 0.76 | 0.46 |
| Hex | D0 | 1D | B8 | 0 | 56 | C | 12 | 134 | 4C | 2E |
| Octal | 320 | 35 | 270 | 0 | 126 | 14 | 22 | 464 | 114 | 56 |
| Binary | 11010000 | 11101 | 10111000 | 0 | 1010110 | 1100 | 10010 | 100110100 | 1001100 | 101110 |
Color Harmonies of #D01DB8
Complementary color
Monochromatic Colors of #D01DB8
Black with #D01DB8
Text Example
Text Example
White with #D01DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DB8; }
p { color: rgb(208,29,184); }
H1.HeaderClassName
{
color: #D01DB8;
}
.AnyTagClassName
{
color: #D01DB8;
}
</style>
background-color css
<style>
a { background-color: #D01DB8; }
a { background-color: rgb(208,29,184); }
div.DivClassName
{
background-color: #D01DB8;
}
.BgClassName
{
background-color: #D01DB8;
}
</style>
border-color css
<style>
span { border-color: #D01DB8; }
span { border-color: rgb(208,29,184); }
td.TdClassName
{
border-color: #D01DB8;
}
.TagClassName
{
border-color: #D01DB8;
}
</style>