Shades of Deep Magenta #D01DBA
Tints of Deep Magenta #D01DBA
RGB
CMYK
RGB Variations
Color information
#D01DBA (or 0xD01DBA) is known color: Deep Magenta. HEX triplet: D0, 1D and BA. RGB value is (208,29,186). Sum of RGB (Red+Green+Blue) = 208+29+186=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DBA is #2FE245. Grayscale: #636363. Windows color (decimal): -3138118 or 12197328. OLE color: 12197328.
HSL color Cylindrical-coordinate representation of color #D01DBA: hue angle of 307.37º 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 #D01DBA is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 186 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.18 |
| HSL | 307.37º | 0.76% | 0.46% | - |
| HSV(B) | 307.37º | 0.86% | 0.82% | - |
| XYZ | 35.31 | 17.83 | 48.04 | - |
| YUV | 100.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 186 | 0 | 0.86 | 0.11 | 0.18 | 307.37 | 0.76 | 0.46 |
| Hex | D0 | 1D | BA | 0 | 56 | B | 12 | 133 | 4C | 2E |
| Octal | 320 | 35 | 272 | 0 | 126 | 13 | 22 | 463 | 114 | 56 |
| Binary | 11010000 | 11101 | 10111010 | 0 | 1010110 | 1011 | 10010 | 100110011 | 1001100 | 101110 |
Color Harmonies of #D01DBA
Complementary color
Monochromatic Colors of #D01DBA
Black with #D01DBA
Text Example
Text Example
White with #D01DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DBA; }
p { color: rgb(208,29,186); }
H1.HeaderClassName
{
color: #D01DBA;
}
.AnyTagClassName
{
color: #D01DBA;
}
</style>
background-color css
<style>
a { background-color: #D01DBA; }
a { background-color: rgb(208,29,186); }
div.DivClassName
{
background-color: #D01DBA;
}
.BgClassName
{
background-color: #D01DBA;
}
</style>
border-color css
<style>
span { border-color: #D01DBA; }
span { border-color: rgb(208,29,186); }
td.TdClassName
{
border-color: #D01DBA;
}
.TagClassName
{
border-color: #D01DBA;
}
</style>