Shades of Deep Magenta #DD10DB
Tints of Deep Magenta #DD10DB
RGB
CMYK
RGB Variations
Color information
#DD10DB (or 0xDD10DB) is known color: Deep Magenta. HEX triplet: DD, 10 and DB. RGB value is (221,16,219). Sum of RGB (Red+Green+Blue) = 221+16+219=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10DB is #22EF24. Grayscale: #636363. Windows color (decimal): -2289445 or 14356701. OLE color: 14356701.
HSL color Cylindrical-coordinate representation of color #DD10DB: hue angle of 300.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10DB is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 219 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.13 |
| HSL | 300.59º | 0.86% | 0.46% | - |
| HSV(B) | 300.59º | 0.93% | 0.87% | - |
| XYZ | 42.79 | 20.86 | 68.79 | - |
| YUV | 100.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 219 | 0 | 0.93 | 0.01 | 0.13 | 300.59 | 0.86 | 0.46 |
| Hex | DD | 10 | DB | 0 | 5D | 1 | D | 12D | 56 | 2E |
| Octal | 335 | 20 | 333 | 0 | 135 | 1 | 15 | 455 | 126 | 56 |
| Binary | 11011101 | 10000 | 11011011 | 0 | 1011101 | 1 | 1101 | 100101101 | 1010110 | 101110 |
Color Harmonies of #DD10DB
Complementary color
Monochromatic Colors of #DD10DB
Black with #DD10DB
Text Example
Text Example
White with #DD10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10DB; }
p { color: rgb(221,16,219); }
H1.HeaderClassName
{
color: #DD10DB;
}
.AnyTagClassName
{
color: #DD10DB;
}
</style>
background-color css
<style>
a { background-color: #DD10DB; }
a { background-color: rgb(221,16,219); }
div.DivClassName
{
background-color: #DD10DB;
}
.BgClassName
{
background-color: #DD10DB;
}
</style>
border-color css
<style>
span { border-color: #DD10DB; }
span { border-color: rgb(221,16,219); }
td.TdClassName
{
border-color: #DD10DB;
}
.TagClassName
{
border-color: #DD10DB;
}
</style>