Shades of Deep Magenta #D00DDB
Tints of Deep Magenta #D00DDB
RGB
CMYK
RGB Variations
Color information
#D00DDB (or 0xD00DDB) is known color: Deep Magenta. HEX triplet: D0, 0D and DB. RGB value is (208,13,219). Sum of RGB (Red+Green+Blue) = 208+13+219=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D00DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DDB is #2FF224. Grayscale: #5E5E5E. Windows color (decimal): -3142181 or 14355920. OLE color: 14355920.
HSL color Cylindrical-coordinate representation of color #D00DDB: hue angle of 296.8º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DDB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 13 | 219 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.14 |
| HSL | 296.8º | 0.89% | 0.45% | - |
| HSV(B) | 296.8º | 0.94% | 0.86% | - |
| XYZ | 38.94 | 18.81 | 68.6 | - |
| YUV | 94.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 219 | 0.05 | 0.94 | 0 | 0.14 | 296.8 | 0.89 | 0.45 |
| Hex | D0 | D | DB | 5 | 5E | 0 | E | 129 | 59 | 2D |
| Octal | 320 | 15 | 333 | 5 | 136 | 0 | 16 | 451 | 131 | 55 |
| Binary | 11010000 | 1101 | 11011011 | 101 | 1011110 | 0 | 1110 | 100101001 | 1011001 | 101101 |
Color Harmonies of #D00DDB
Complementary color
Monochromatic Colors of #D00DDB
Black with #D00DDB
Text Example
Text Example
White with #D00DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DDB; }
p { color: rgb(208,13,219); }
H1.HeaderClassName
{
color: #D00DDB;
}
.AnyTagClassName
{
color: #D00DDB;
}
</style>
background-color css
<style>
a { background-color: #D00DDB; }
a { background-color: rgb(208,13,219); }
div.DivClassName
{
background-color: #D00DDB;
}
.BgClassName
{
background-color: #D00DDB;
}
</style>
border-color css
<style>
span { border-color: #D00DDB; }
span { border-color: rgb(208,13,219); }
td.TdClassName
{
border-color: #D00DDB;
}
.TagClassName
{
border-color: #D00DDB;
}
</style>