Shades of Deep Magenta #DD15C7
Tints of Deep Magenta #DD15C7
RGB
CMYK
RGB Variations
Color information
#DD15C7 (or 0xDD15C7) is known color: Deep Magenta. HEX triplet: DD, 15 and C7. RGB value is (221,21,199). Sum of RGB (Red+Green+Blue) = 221+21+199=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15C7 is #22EA38. Grayscale: #646464. Windows color (decimal): -2288185 or 13047261. OLE color: 13047261.
HSL color Cylindrical-coordinate representation of color #DD15C7: hue angle of 306.6º 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 #DD15C7 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 199 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.13 |
| HSL | 306.6º | 0.83% | 0.47% | - |
| HSV(B) | 306.6º | 0.9% | 0.87% | - |
| XYZ | 40.4 | 20.03 | 55.77 | - |
| YUV | 101.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 199 | 0 | 0.90 | 0.10 | 0.13 | 306.6 | 0.83 | 0.47 |
| Hex | DD | 15 | C7 | 0 | 5A | A | D | 133 | 53 | 2F |
| Octal | 335 | 25 | 307 | 0 | 132 | 12 | 15 | 463 | 123 | 57 |
| Binary | 11011101 | 10101 | 11000111 | 0 | 1011010 | 1010 | 1101 | 100110011 | 1010011 | 101111 |
Color Harmonies of #DD15C7
Complementary color
Monochromatic Colors of #DD15C7
Black with #DD15C7
Text Example
Text Example
White with #DD15C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15C7; }
p { color: rgb(221,21,199); }
H1.HeaderClassName
{
color: #DD15C7;
}
.AnyTagClassName
{
color: #DD15C7;
}
</style>
background-color css
<style>
a { background-color: #DD15C7; }
a { background-color: rgb(221,21,199); }
div.DivClassName
{
background-color: #DD15C7;
}
.BgClassName
{
background-color: #DD15C7;
}
</style>
border-color css
<style>
span { border-color: #DD15C7; }
span { border-color: rgb(221,21,199); }
td.TdClassName
{
border-color: #DD15C7;
}
.TagClassName
{
border-color: #DD15C7;
}
</style>