Shades of Deep Magenta #DD13CC
Tints of Deep Magenta #DD13CC
RGB
CMYK
RGB Variations
Color information
#DD13CC (or 0xDD13CC) is known color: Deep Magenta. HEX triplet: DD, 13 and CC. RGB value is (221,19,204). Sum of RGB (Red+Green+Blue) = 221+19+204=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13CC is #22EC33. Grayscale: #636363. Windows color (decimal): -2288692 or 13374429. OLE color: 13374429.
HSL color Cylindrical-coordinate representation of color #DD13CC: hue angle of 305.05º 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 #DD13CC is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 204 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.13 |
| HSL | 305.05º | 0.84% | 0.47% | - |
| HSV(B) | 305.05º | 0.91% | 0.87% | - |
| XYZ | 40.95 | 20.2 | 58.87 | - |
| YUV | 100.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 204 | 0 | 0.91 | 0.08 | 0.13 | 305.05 | 0.84 | 0.47 |
| Hex | DD | 13 | CC | 0 | 5B | 8 | D | 131 | 54 | 2F |
| Octal | 335 | 23 | 314 | 0 | 133 | 10 | 15 | 461 | 124 | 57 |
| Binary | 11011101 | 10011 | 11001100 | 0 | 1011011 | 1000 | 1101 | 100110001 | 1010100 | 101111 |
Color Harmonies of #DD13CC
Complementary color
Monochromatic Colors of #DD13CC
Black with #DD13CC
Text Example
Text Example
White with #DD13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13CC; }
p { color: rgb(221,19,204); }
H1.HeaderClassName
{
color: #DD13CC;
}
.AnyTagClassName
{
color: #DD13CC;
}
</style>
background-color css
<style>
a { background-color: #DD13CC; }
a { background-color: rgb(221,19,204); }
div.DivClassName
{
background-color: #DD13CC;
}
.BgClassName
{
background-color: #DD13CC;
}
</style>
border-color css
<style>
span { border-color: #DD13CC; }
span { border-color: rgb(221,19,204); }
td.TdClassName
{
border-color: #DD13CC;
}
.TagClassName
{
border-color: #DD13CC;
}
</style>