Shades of Deep Magenta #D01EB8
Tints of Deep Magenta #D01EB8
RGB
CMYK
RGB Variations
Color information
#D01EB8 (or 0xD01EB8) is known color: Deep Magenta. HEX triplet: D0, 1E and B8. RGB value is (208,30,184). Sum of RGB (Red+Green+Blue) = 208+30+184=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EB8 is #2FE147. Grayscale: #646464. Windows color (decimal): -3137864 or 12066512. OLE color: 12066512.
HSL color Cylindrical-coordinate representation of color #D01EB8: hue angle of 308.09º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EB8 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 184 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.18 |
| HSL | 308.09º | 0.75% | 0.47% | - |
| HSV(B) | 308.09º | 0.86% | 0.82% | - |
| XYZ | 35.13 | 17.8 | 46.93 | - |
| YUV | 100.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 184 | 0 | 0.86 | 0.12 | 0.18 | 308.09 | 0.75 | 0.47 |
| Hex | D0 | 1E | B8 | 0 | 56 | C | 12 | 134 | 4B | 2F |
| Octal | 320 | 36 | 270 | 0 | 126 | 14 | 22 | 464 | 113 | 57 |
| Binary | 11010000 | 11110 | 10111000 | 0 | 1010110 | 1100 | 10010 | 100110100 | 1001011 | 101111 |
Color Harmonies of #D01EB8
Complementary color
Monochromatic Colors of #D01EB8
Black with #D01EB8
Text Example
Text Example
White with #D01EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EB8; }
p { color: rgb(208,30,184); }
H1.HeaderClassName
{
color: #D01EB8;
}
.AnyTagClassName
{
color: #D01EB8;
}
</style>
background-color css
<style>
a { background-color: #D01EB8; }
a { background-color: rgb(208,30,184); }
div.DivClassName
{
background-color: #D01EB8;
}
.BgClassName
{
background-color: #D01EB8;
}
</style>
border-color css
<style>
span { border-color: #D01EB8; }
span { border-color: rgb(208,30,184); }
td.TdClassName
{
border-color: #D01EB8;
}
.TagClassName
{
border-color: #D01EB8;
}
</style>