Shades of Deep Magenta #D00DD0
Tints of Deep Magenta #D00DD0
RGB
CMYK
RGB Variations
Color information
#D00DD0 (or 0xD00DD0) is known color: Deep Magenta. HEX triplet: D0, 0D and D0. RGB value is (208,13,208). Sum of RGB (Red+Green+Blue) = 208+13+208=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D00DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DD0 is #2FF22F. Grayscale: #5C5C5C. Windows color (decimal): -3142192 or 13635024. OLE color: 13635024.
HSL color Cylindrical-coordinate representation of color #D00DD0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DD0 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 208 | - |
| CMYK | 0 | 0.94 | 0 | 0.18 |
| HSL | 300º | 0.88% | 0.43% | - |
| HSV(B) | 300º | 0.94% | 0.82% | - |
| XYZ | 37.54 | 18.25 | 61.22 | - |
| YUV | 93.54 | 192.6 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 208 | 0 | 0.94 | 0 | 0.18 | 300 | 0.88 | 0.43 |
| Hex | D0 | D | D0 | 0 | 5E | 0 | 12 | 12C | 58 | 2B |
| Octal | 320 | 15 | 320 | 0 | 136 | 0 | 22 | 454 | 130 | 53 |
| Binary | 11010000 | 1101 | 11010000 | 0 | 1011110 | 0 | 10010 | 100101100 | 1011000 | 101011 |
Color Harmonies of #D00DD0
Complementary color
Monochromatic Colors of #D00DD0
Black with #D00DD0
Text Example
Text Example
White with #D00DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DD0; }
p { color: rgb(208,13,208); }
H1.HeaderClassName
{
color: #D00DD0;
}
.AnyTagClassName
{
color: #D00DD0;
}
</style>
background-color css
<style>
a { background-color: #D00DD0; }
a { background-color: rgb(208,13,208); }
div.DivClassName
{
background-color: #D00DD0;
}
.BgClassName
{
background-color: #D00DD0;
}
</style>
border-color css
<style>
span { border-color: #D00DD0; }
span { border-color: rgb(208,13,208); }
td.TdClassName
{
border-color: #D00DD0;
}
.TagClassName
{
border-color: #D00DD0;
}
</style>