Shades of Deep Magenta #DD13DC
Tints of Deep Magenta #DD13DC
RGB
CMYK
RGB Variations
Color information
#DD13DC (or 0xDD13DC) is known color: Deep Magenta. HEX triplet: DD, 13 and DC. RGB value is (221,19,220). Sum of RGB (Red+Green+Blue) = 221+19+220=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13DC is #22EC23. Grayscale: #656565. Windows color (decimal): -2288676 or 14423005. OLE color: 14423005.
HSL color Cylindrical-coordinate representation of color #DD13DC: hue angle of 300.3º 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 #DD13DC is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 220 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.13 |
| HSL | 300.3º | 0.84% | 0.47% | - |
| HSV(B) | 300.3º | 0.91% | 0.87% | - |
| XYZ | 42.97 | 21.01 | 69.5 | - |
| YUV | 102.31 | 194.42 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 220 | 0 | 0.91 | 0.00 | 0.13 | 300.3 | 0.84 | 0.47 |
| Hex | DD | 13 | DC | 0 | 5B | 0 | D | 12C | 54 | 2F |
| Octal | 335 | 23 | 334 | 0 | 133 | 0 | 15 | 454 | 124 | 57 |
| Binary | 11011101 | 10011 | 11011100 | 0 | 1011011 | 0 | 1101 | 100101100 | 1010100 | 101111 |
Color Harmonies of #DD13DC
Complementary color
Monochromatic Colors of #DD13DC
Black with #DD13DC
Text Example
Text Example
White with #DD13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13DC; }
p { color: rgb(221,19,220); }
H1.HeaderClassName
{
color: #DD13DC;
}
.AnyTagClassName
{
color: #DD13DC;
}
</style>
background-color css
<style>
a { background-color: #DD13DC; }
a { background-color: rgb(221,19,220); }
div.DivClassName
{
background-color: #DD13DC;
}
.BgClassName
{
background-color: #DD13DC;
}
</style>
border-color css
<style>
span { border-color: #DD13DC; }
span { border-color: rgb(221,19,220); }
td.TdClassName
{
border-color: #DD13DC;
}
.TagClassName
{
border-color: #DD13DC;
}
</style>