Shades of Deep Magenta #D01DB6
Tints of Deep Magenta #D01DB6
RGB
CMYK
RGB Variations
Color information
#D01DB6 (or 0xD01DB6) is known color: Deep Magenta. HEX triplet: D0, 1D and B6. RGB value is (208,29,182). Sum of RGB (Red+Green+Blue) = 208+29+182=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DB6 is #2FE249. Grayscale: #636363. Windows color (decimal): -3138122 or 11935184. OLE color: 11935184.
HSL color Cylindrical-coordinate representation of color #D01DB6: hue angle of 308.72º 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 #D01DB6 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 182 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.18 |
| HSL | 308.72º | 0.76% | 0.46% | - |
| HSV(B) | 308.72º | 0.86% | 0.82% | - |
| XYZ | 34.9 | 17.67 | 45.83 | - |
| YUV | 99.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 182 | 0 | 0.86 | 0.12 | 0.18 | 308.72 | 0.76 | 0.46 |
| Hex | D0 | 1D | B6 | 0 | 56 | C | 12 | 135 | 4C | 2E |
| Octal | 320 | 35 | 266 | 0 | 126 | 14 | 22 | 465 | 114 | 56 |
| Binary | 11010000 | 11101 | 10110110 | 0 | 1010110 | 1100 | 10010 | 100110101 | 1001100 | 101110 |
Color Harmonies of #D01DB6
Complementary color
Monochromatic Colors of #D01DB6
Black with #D01DB6
Text Example
Text Example
White with #D01DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DB6; }
p { color: rgb(208,29,182); }
H1.HeaderClassName
{
color: #D01DB6;
}
.AnyTagClassName
{
color: #D01DB6;
}
</style>
background-color css
<style>
a { background-color: #D01DB6; }
a { background-color: rgb(208,29,182); }
div.DivClassName
{
background-color: #D01DB6;
}
.BgClassName
{
background-color: #D01DB6;
}
</style>
border-color css
<style>
span { border-color: #D01DB6; }
span { border-color: rgb(208,29,182); }
td.TdClassName
{
border-color: #D01DB6;
}
.TagClassName
{
border-color: #D01DB6;
}
</style>