Shades of Deep Magenta #D01DC8
Tints of Deep Magenta #D01DC8
RGB
CMYK
RGB Variations
Color information
#D01DC8 (or 0xD01DC8) is known color: Deep Magenta. HEX triplet: D0, 1D and C8. RGB value is (208,29,200). Sum of RGB (Red+Green+Blue) = 208+29+200=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DC8 is #2FE237. Grayscale: #656565. Windows color (decimal): -3138104 or 13114832. OLE color: 13114832.
HSL color Cylindrical-coordinate representation of color #D01DC8: hue angle of 302.68º 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 #D01DC8 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 200 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.18 |
| HSL | 302.68º | 0.76% | 0.46% | - |
| HSV(B) | 302.68º | 0.86% | 0.82% | - |
| XYZ | 36.88 | 18.46 | 56.26 | - |
| YUV | 102.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 200 | 0 | 0.86 | 0.04 | 0.18 | 302.68 | 0.76 | 0.46 |
| Hex | D0 | 1D | C8 | 0 | 56 | 4 | 12 | 12F | 4C | 2E |
| Octal | 320 | 35 | 310 | 0 | 126 | 4 | 22 | 457 | 114 | 56 |
| Binary | 11010000 | 11101 | 11001000 | 0 | 1010110 | 100 | 10010 | 100101111 | 1001100 | 101110 |
Color Harmonies of #D01DC8
Complementary color
Monochromatic Colors of #D01DC8
Black with #D01DC8
Text Example
Text Example
White with #D01DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DC8; }
p { color: rgb(208,29,200); }
H1.HeaderClassName
{
color: #D01DC8;
}
.AnyTagClassName
{
color: #D01DC8;
}
</style>
background-color css
<style>
a { background-color: #D01DC8; }
a { background-color: rgb(208,29,200); }
div.DivClassName
{
background-color: #D01DC8;
}
.BgClassName
{
background-color: #D01DC8;
}
</style>
border-color css
<style>
span { border-color: #D01DC8; }
span { border-color: rgb(208,29,200); }
td.TdClassName
{
border-color: #D01DC8;
}
.TagClassName
{
border-color: #D01DC8;
}
</style>