Shades of Deep Magenta #DD13DF
Tints of Deep Magenta #DD13DF
RGB
CMYK
RGB Variations
Color information
#DD13DF (or 0xDD13DF) is known color: Deep Magenta. HEX triplet: DD, 13 and DF. RGB value is (221,19,223). Sum of RGB (Red+Green+Blue) = 221+19+223=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13DF is #22EC20. Grayscale: #666666. Windows color (decimal): -2288673 or 14619613. OLE color: 14619613.
HSL color Cylindrical-coordinate representation of color #DD13DF: hue angle of 299.41º 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 #DD13DF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 223 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.13 |
| HSL | 299.41º | 0.84% | 0.47% | - |
| HSV(B) | 299.41º | 0.91% | 0.87% | - |
| XYZ | 43.37 | 21.17 | 71.61 | - |
| YUV | 102.65 | 195.92 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 223 | 0.01 | 0.91 | 0 | 0.13 | 299.41 | 0.84 | 0.47 |
| Hex | DD | 13 | DF | 1 | 5B | 0 | D | 12B | 54 | 2F |
| Octal | 335 | 23 | 337 | 1 | 133 | 0 | 15 | 453 | 124 | 57 |
| Binary | 11011101 | 10011 | 11011111 | 1 | 1011011 | 0 | 1101 | 100101011 | 1010100 | 101111 |
Color Harmonies of #DD13DF
Complementary color
Monochromatic Colors of #DD13DF
Black with #DD13DF
Text Example
Text Example
White with #DD13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13DF; }
p { color: rgb(221,19,223); }
H1.HeaderClassName
{
color: #DD13DF;
}
.AnyTagClassName
{
color: #DD13DF;
}
</style>
background-color css
<style>
a { background-color: #DD13DF; }
a { background-color: rgb(221,19,223); }
div.DivClassName
{
background-color: #DD13DF;
}
.BgClassName
{
background-color: #DD13DF;
}
</style>
border-color css
<style>
span { border-color: #DD13DF; }
span { border-color: rgb(221,19,223); }
td.TdClassName
{
border-color: #DD13DF;
}
.TagClassName
{
border-color: #DD13DF;
}
</style>