Shades of Deep Magenta #D01DD8
Tints of Deep Magenta #D01DD8
RGB
CMYK
RGB Variations
Color information
#D01DD8 (or 0xD01DD8) is known color: Deep Magenta. HEX triplet: D0, 1D and D8. RGB value is (208,29,216). Sum of RGB (Red+Green+Blue) = 208+29+216=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #D01DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DD8 is #2FE227. Grayscale: #676767. Windows color (decimal): -3138088 or 14163408. OLE color: 14163408.
HSL color Cylindrical-coordinate representation of color #D01DD8: hue angle of 297.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01DD8 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 29 | 216 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.15 |
| HSL | 297.43º | 0.76% | 0.48% | - |
| HSV(B) | 297.43º | 0.87% | 0.85% | - |
| XYZ | 38.85 | 19.25 | 66.63 | - |
| YUV | 103.84 | 191.3 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 216 | 0.04 | 0.87 | 0 | 0.15 | 297.43 | 0.76 | 0.48 |
| Hex | D0 | 1D | D8 | 4 | 57 | 0 | F | 129 | 4C | 30 |
| Octal | 320 | 35 | 330 | 4 | 127 | 0 | 17 | 451 | 114 | 60 |
| Binary | 11010000 | 11101 | 11011000 | 100 | 1010111 | 0 | 1111 | 100101001 | 1001100 | 110000 |
Color Harmonies of #D01DD8
Complementary color
Monochromatic Colors of #D01DD8
Black with #D01DD8
Text Example
Text Example
White with #D01DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DD8; }
p { color: rgb(208,29,216); }
H1.HeaderClassName
{
color: #D01DD8;
}
.AnyTagClassName
{
color: #D01DD8;
}
</style>
background-color css
<style>
a { background-color: #D01DD8; }
a { background-color: rgb(208,29,216); }
div.DivClassName
{
background-color: #D01DD8;
}
.BgClassName
{
background-color: #D01DD8;
}
</style>
border-color css
<style>
span { border-color: #D01DD8; }
span { border-color: rgb(208,29,216); }
td.TdClassName
{
border-color: #D01DD8;
}
.TagClassName
{
border-color: #D01DD8;
}
</style>