Shades of Deep Magenta #D000DD
Tints of Deep Magenta #D000DD
RGB
CMYK
RGB Variations
Color information
#D000DD (or 0xD000DD) is known color: Deep Magenta. HEX triplet: D0, 00 and DD. RGB value is (208,0,221). Sum of RGB (Red+Green+Blue) = 208+0+221=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #D000DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000DD is #2FFF22. Grayscale: #565656. Windows color (decimal): -3145507 or 14483664. OLE color: 14483664.
HSL color Cylindrical-coordinate representation of color #D000DD: hue angle of 296.47º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000DD is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 0 | 221 | - |
| CMYK | 0.06 | 1 | 0 | 0.13 |
| HSL | 296.47º | 1% | 0.43% | - |
| HSV(B) | 296.47º | 1% | 0.87% | - |
| XYZ | 39.06 | 18.63 | 69.94 | - |
| YUV | 87.39 | 203.41 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 221 | 0.06 | 1 | 0 | 0.13 | 296.47 | 1 | 0.43 |
| Hex | D0 | 0 | DD | 6 | 64 | 0 | D | 128 | 64 | 2B |
| Octal | 320 | 0 | 335 | 6 | 144 | 0 | 15 | 450 | 144 | 53 |
| Binary | 11010000 | 0 | 11011101 | 110 | 1100100 | 0 | 1101 | 100101000 | 1100100 | 101011 |
Color Harmonies of #D000DD
Complementary color
Monochromatic Colors of #D000DD
Black with #D000DD
Text Example
Text Example
White with #D000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000DD; }
p { color: rgb(208,0,221); }
H1.HeaderClassName
{
color: #D000DD;
}
.AnyTagClassName
{
color: #D000DD;
}
</style>
background-color css
<style>
a { background-color: #D000DD; }
a { background-color: rgb(208,0,221); }
div.DivClassName
{
background-color: #D000DD;
}
.BgClassName
{
background-color: #D000DD;
}
</style>
border-color css
<style>
span { border-color: #D000DD; }
span { border-color: rgb(208,0,221); }
td.TdClassName
{
border-color: #D000DD;
}
.TagClassName
{
border-color: #D000DD;
}
</style>