Shades of Deep Magenta #DD00DB
Tints of Deep Magenta #DD00DB
RGB
CMYK
RGB Variations
Color information
#DD00DB (or 0xDD00DB) is known color: Deep Magenta. HEX triplet: DD, 00 and DB. RGB value is (221,0,219). Sum of RGB (Red+Green+Blue) = 221+0+219=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00DB is #22FF24. Grayscale: #5A5A5A. Windows color (decimal): -2293541 or 14352605. OLE color: 14352605.
HSL color Cylindrical-coordinate representation of color #DD00DB: hue angle of 300.54º 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 #DD00DB is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.01 | 0.13 |
| HSL | 300.54º | 1% | 0.43% | - |
| HSV(B) | 300.54º | 1% | 0.87% | - |
| XYZ | 42.6 | 20.49 | 68.73 | - |
| YUV | 91.05 | 200.22 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 219 | 0 | 1 | 0.01 | 0.13 | 300.54 | 1 | 0.43 |
| Hex | DD | 0 | DB | 0 | 64 | 1 | D | 12D | 64 | 2B |
| Octal | 335 | 0 | 333 | 0 | 144 | 1 | 15 | 455 | 144 | 53 |
| Binary | 11011101 | 0 | 11011011 | 0 | 1100100 | 1 | 1101 | 100101101 | 1100100 | 101011 |
Color Harmonies of #DD00DB
Complementary color
Monochromatic Colors of #DD00DB
Black with #DD00DB
Text Example
Text Example
White with #DD00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00DB; }
p { color: rgb(221,0,219); }
H1.HeaderClassName
{
color: #DD00DB;
}
.AnyTagClassName
{
color: #DD00DB;
}
</style>
background-color css
<style>
a { background-color: #DD00DB; }
a { background-color: rgb(221,0,219); }
div.DivClassName
{
background-color: #DD00DB;
}
.BgClassName
{
background-color: #DD00DB;
}
</style>
border-color css
<style>
span { border-color: #DD00DB; }
span { border-color: rgb(221,0,219); }
td.TdClassName
{
border-color: #DD00DB;
}
.TagClassName
{
border-color: #DD00DB;
}
</style>