Shades of Deep Magenta #D00DD2
Tints of Deep Magenta #D00DD2
RGB
CMYK
RGB Variations
Color information
#D00DD2 (or 0xD00DD2) is known color: Deep Magenta. HEX triplet: D0, 0D and D2. RGB value is (208,13,210). Sum of RGB (Red+Green+Blue) = 208+13+210=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #D00DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DD2 is #2FF22D. Grayscale: #5D5D5D. Windows color (decimal): -3142190 or 13766096. OLE color: 13766096.
HSL color Cylindrical-coordinate representation of color #D00DD2: hue angle of 299.39º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DD2 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 210 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.18 |
| HSL | 299.39º | 0.88% | 0.44% | - |
| HSV(B) | 299.39º | 0.94% | 0.82% | - |
| XYZ | 37.79 | 18.35 | 62.52 | - |
| YUV | 93.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 210 | 0.01 | 0.94 | 0 | 0.18 | 299.39 | 0.88 | 0.44 |
| Hex | D0 | D | D2 | 1 | 5E | 0 | 12 | 12B | 58 | 2C |
| Octal | 320 | 15 | 322 | 1 | 136 | 0 | 22 | 453 | 130 | 54 |
| Binary | 11010000 | 1101 | 11010010 | 1 | 1011110 | 0 | 10010 | 100101011 | 1011000 | 101100 |
Color Harmonies of #D00DD2
Complementary color
Monochromatic Colors of #D00DD2
Black with #D00DD2
Text Example
Text Example
White with #D00DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DD2; }
p { color: rgb(208,13,210); }
H1.HeaderClassName
{
color: #D00DD2;
}
.AnyTagClassName
{
color: #D00DD2;
}
</style>
background-color css
<style>
a { background-color: #D00DD2; }
a { background-color: rgb(208,13,210); }
div.DivClassName
{
background-color: #D00DD2;
}
.BgClassName
{
background-color: #D00DD2;
}
</style>
border-color css
<style>
span { border-color: #D00DD2; }
span { border-color: rgb(208,13,210); }
td.TdClassName
{
border-color: #D00DD2;
}
.TagClassName
{
border-color: #D00DD2;
}
</style>