Shades of Deep Magenta #D01DBC
Tints of Deep Magenta #D01DBC
RGB
CMYK
RGB Variations
Color information
#D01DBC (or 0xD01DBC) is known color: Deep Magenta. HEX triplet: D0, 1D and BC. RGB value is (208,29,188). Sum of RGB (Red+Green+Blue) = 208+29+188=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DBC is #2FE243. Grayscale: #646464. Windows color (decimal): -3138116 or 12328400. OLE color: 12328400.
HSL color Cylindrical-coordinate representation of color #D01DBC: hue angle of 306.7º 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 #D01DBC is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 188 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.18 |
| HSL | 306.7º | 0.76% | 0.46% | - |
| HSV(B) | 306.7º | 0.86% | 0.82% | - |
| XYZ | 35.53 | 17.92 | 49.16 | - |
| YUV | 100.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 188 | 0 | 0.86 | 0.10 | 0.18 | 306.7 | 0.76 | 0.46 |
| Hex | D0 | 1D | BC | 0 | 56 | A | 12 | 133 | 4C | 2E |
| Octal | 320 | 35 | 274 | 0 | 126 | 12 | 22 | 463 | 114 | 56 |
| Binary | 11010000 | 11101 | 10111100 | 0 | 1010110 | 1010 | 10010 | 100110011 | 1001100 | 101110 |
Color Harmonies of #D01DBC
Complementary color
Monochromatic Colors of #D01DBC
Black with #D01DBC
Text Example
Text Example
White with #D01DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DBC; }
p { color: rgb(208,29,188); }
H1.HeaderClassName
{
color: #D01DBC;
}
.AnyTagClassName
{
color: #D01DBC;
}
</style>
background-color css
<style>
a { background-color: #D01DBC; }
a { background-color: rgb(208,29,188); }
div.DivClassName
{
background-color: #D01DBC;
}
.BgClassName
{
background-color: #D01DBC;
}
</style>
border-color css
<style>
span { border-color: #D01DBC; }
span { border-color: rgb(208,29,188); }
td.TdClassName
{
border-color: #D01DBC;
}
.TagClassName
{
border-color: #D01DBC;
}
</style>