Shades of Deep Magenta #D01DCD
Tints of Deep Magenta #D01DCD
RGB
CMYK
RGB Variations
Color information
#D01DCD (or 0xD01DCD) is known color: Deep Magenta. HEX triplet: D0, 1D and CD. RGB value is (208,29,205). Sum of RGB (Red+Green+Blue) = 208+29+205=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DCD is #2FE232. Grayscale: #666666. Windows color (decimal): -3138099 or 13442512. OLE color: 13442512.
HSL color Cylindrical-coordinate representation of color #D01DCD: hue angle of 301.01º 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 #D01DCD is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 205 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.18 |
| HSL | 301.01º | 0.76% | 0.46% | - |
| HSV(B) | 301.01º | 0.86% | 0.82% | - |
| XYZ | 37.47 | 18.7 | 59.39 | - |
| YUV | 102.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 205 | 0 | 0.86 | 0.01 | 0.18 | 301.01 | 0.76 | 0.46 |
| Hex | D0 | 1D | CD | 0 | 56 | 1 | 12 | 12D | 4C | 2E |
| Octal | 320 | 35 | 315 | 0 | 126 | 1 | 22 | 455 | 114 | 56 |
| Binary | 11010000 | 11101 | 11001101 | 0 | 1010110 | 1 | 10010 | 100101101 | 1001100 | 101110 |
Color Harmonies of #D01DCD
Complementary color
Monochromatic Colors of #D01DCD
Black with #D01DCD
Text Example
Text Example
White with #D01DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DCD; }
p { color: rgb(208,29,205); }
H1.HeaderClassName
{
color: #D01DCD;
}
.AnyTagClassName
{
color: #D01DCD;
}
</style>
background-color css
<style>
a { background-color: #D01DCD; }
a { background-color: rgb(208,29,205); }
div.DivClassName
{
background-color: #D01DCD;
}
.BgClassName
{
background-color: #D01DCD;
}
</style>
border-color css
<style>
span { border-color: #D01DCD; }
span { border-color: rgb(208,29,205); }
td.TdClassName
{
border-color: #D01DCD;
}
.TagClassName
{
border-color: #D01DCD;
}
</style>