Shades of Deep Magenta #DD13DA
Tints of Deep Magenta #DD13DA
RGB
CMYK
RGB Variations
Color information
#DD13DA (or 0xDD13DA) is known color: Deep Magenta. HEX triplet: DD, 13 and DA. RGB value is (221,19,218). Sum of RGB (Red+Green+Blue) = 221+19+218=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13DA is #22EC25. Grayscale: #656565. Windows color (decimal): -2288678 or 14291933. OLE color: 14291933.
HSL color Cylindrical-coordinate representation of color #DD13DA: hue angle of 300.89º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD13DA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 218 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.13 |
| HSL | 300.89º | 0.84% | 0.47% | - |
| HSV(B) | 300.89º | 0.91% | 0.87% | - |
| XYZ | 42.71 | 20.9 | 68.11 | - |
| YUV | 102.08 | 193.42 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 218 | 0 | 0.91 | 0.01 | 0.13 | 300.89 | 0.84 | 0.47 |
| Hex | DD | 13 | DA | 0 | 5B | 1 | D | 12D | 54 | 2F |
| Octal | 335 | 23 | 332 | 0 | 133 | 1 | 15 | 455 | 124 | 57 |
| Binary | 11011101 | 10011 | 11011010 | 0 | 1011011 | 1 | 1101 | 100101101 | 1010100 | 101111 |
Color Harmonies of #DD13DA
Complementary color
Monochromatic Colors of #DD13DA
Black with #DD13DA
Text Example
Text Example
White with #DD13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13DA; }
p { color: rgb(221,19,218); }
H1.HeaderClassName
{
color: #DD13DA;
}
.AnyTagClassName
{
color: #DD13DA;
}
</style>
background-color css
<style>
a { background-color: #DD13DA; }
a { background-color: rgb(221,19,218); }
div.DivClassName
{
background-color: #DD13DA;
}
.BgClassName
{
background-color: #DD13DA;
}
</style>
border-color css
<style>
span { border-color: #DD13DA; }
span { border-color: rgb(221,19,218); }
td.TdClassName
{
border-color: #DD13DA;
}
.TagClassName
{
border-color: #DD13DA;
}
</style>