Shades of Deep Magenta #DD15DB
Tints of Deep Magenta #DD15DB
RGB
CMYK
RGB Variations
Color information
#DD15DB (or 0xDD15DB) is known color: Deep Magenta. HEX triplet: DD, 15 and DB. RGB value is (221,21,219). Sum of RGB (Red+Green+Blue) = 221+21+219=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15DB is #22EA24. Grayscale: #666666. Windows color (decimal): -2288165 or 14357981. OLE color: 14357981.
HSL color Cylindrical-coordinate representation of color #DD15DB: hue angle of 300.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15DB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 219 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.13 |
| HSL | 300.6º | 0.83% | 0.47% | - |
| HSV(B) | 300.6º | 0.9% | 0.87% | - |
| XYZ | 42.87 | 21.02 | 68.82 | - |
| YUV | 103.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 219 | 0 | 0.90 | 0.01 | 0.13 | 300.6 | 0.83 | 0.47 |
| Hex | DD | 15 | DB | 0 | 5A | 1 | D | 12D | 53 | 2F |
| Octal | 335 | 25 | 333 | 0 | 132 | 1 | 15 | 455 | 123 | 57 |
| Binary | 11011101 | 10101 | 11011011 | 0 | 1011010 | 1 | 1101 | 100101101 | 1010011 | 101111 |
Color Harmonies of #DD15DB
Complementary color
Monochromatic Colors of #DD15DB
Black with #DD15DB
Text Example
Text Example
White with #DD15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15DB; }
p { color: rgb(221,21,219); }
H1.HeaderClassName
{
color: #DD15DB;
}
.AnyTagClassName
{
color: #DD15DB;
}
</style>
background-color css
<style>
a { background-color: #DD15DB; }
a { background-color: rgb(221,21,219); }
div.DivClassName
{
background-color: #DD15DB;
}
.BgClassName
{
background-color: #DD15DB;
}
</style>
border-color css
<style>
span { border-color: #DD15DB; }
span { border-color: rgb(221,21,219); }
td.TdClassName
{
border-color: #DD15DB;
}
.TagClassName
{
border-color: #DD15DB;
}
</style>