Shades of Deep Magenta #DD15DA
Tints of Deep Magenta #DD15DA
RGB
CMYK
RGB Variations
Color information
#DD15DA (or 0xDD15DA) is known color: Deep Magenta. HEX triplet: DD, 15 and DA. RGB value is (221,21,218). Sum of RGB (Red+Green+Blue) = 221+21+218=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15DA is #22EA25. Grayscale: #666666. Windows color (decimal): -2288166 or 14292445. OLE color: 14292445.
HSL color Cylindrical-coordinate representation of color #DD15DA: hue angle of 300.9º 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 #DD15DA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 218 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.13 |
| HSL | 300.9º | 0.83% | 0.47% | - |
| HSV(B) | 300.9º | 0.9% | 0.87% | - |
| XYZ | 42.74 | 20.97 | 68.12 | - |
| YUV | 103.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 218 | 0 | 0.90 | 0.01 | 0.13 | 300.9 | 0.83 | 0.47 |
| Hex | DD | 15 | DA | 0 | 5A | 1 | D | 12D | 53 | 2F |
| Octal | 335 | 25 | 332 | 0 | 132 | 1 | 15 | 455 | 123 | 57 |
| Binary | 11011101 | 10101 | 11011010 | 0 | 1011010 | 1 | 1101 | 100101101 | 1010011 | 101111 |
Color Harmonies of #DD15DA
Complementary color
Monochromatic Colors of #DD15DA
Black with #DD15DA
Text Example
Text Example
White with #DD15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15DA; }
p { color: rgb(221,21,218); }
H1.HeaderClassName
{
color: #DD15DA;
}
.AnyTagClassName
{
color: #DD15DA;
}
</style>
background-color css
<style>
a { background-color: #DD15DA; }
a { background-color: rgb(221,21,218); }
div.DivClassName
{
background-color: #DD15DA;
}
.BgClassName
{
background-color: #DD15DA;
}
</style>
border-color css
<style>
span { border-color: #DD15DA; }
span { border-color: rgb(221,21,218); }
td.TdClassName
{
border-color: #DD15DA;
}
.TagClassName
{
border-color: #DD15DA;
}
</style>