Shades of Deep Magenta #D01DB5
Tints of Deep Magenta #D01DB5
RGB
CMYK
RGB Variations
Color information
#D01DB5 (or 0xD01DB5) is known color: Deep Magenta. HEX triplet: D0, 1D and B5. RGB value is (208,29,181). Sum of RGB (Red+Green+Blue) = 208+29+181=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DB5 is #2FE24A. Grayscale: #636363. Windows color (decimal): -3138123 or 11869648. OLE color: 11869648.
HSL color Cylindrical-coordinate representation of color #D01DB5: hue angle of 309.05º 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 #D01DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 181 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.18 |
| HSL | 309.05º | 0.76% | 0.46% | - |
| HSV(B) | 309.05º | 0.86% | 0.82% | - |
| XYZ | 34.79 | 17.62 | 45.28 | - |
| YUV | 99.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 181 | 0 | 0.86 | 0.13 | 0.18 | 309.05 | 0.76 | 0.46 |
| Hex | D0 | 1D | B5 | 0 | 56 | D | 12 | 135 | 4C | 2E |
| Octal | 320 | 35 | 265 | 0 | 126 | 15 | 22 | 465 | 114 | 56 |
| Binary | 11010000 | 11101 | 10110101 | 0 | 1010110 | 1101 | 10010 | 100110101 | 1001100 | 101110 |
Color Harmonies of #D01DB5
Complementary color
Monochromatic Colors of #D01DB5
Black with #D01DB5
Text Example
Text Example
White with #D01DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DB5; }
p { color: rgb(208,29,181); }
H1.HeaderClassName
{
color: #D01DB5;
}
.AnyTagClassName
{
color: #D01DB5;
}
</style>
background-color css
<style>
a { background-color: #D01DB5; }
a { background-color: rgb(208,29,181); }
div.DivClassName
{
background-color: #D01DB5;
}
.BgClassName
{
background-color: #D01DB5;
}
</style>
border-color css
<style>
span { border-color: #D01DB5; }
span { border-color: rgb(208,29,181); }
td.TdClassName
{
border-color: #D01DB5;
}
.TagClassName
{
border-color: #D01DB5;
}
</style>