Shades of Deep Magenta #DD15CD
Tints of Deep Magenta #DD15CD
RGB
CMYK
RGB Variations
Color information
#DD15CD (or 0xDD15CD) is known color: Deep Magenta. HEX triplet: DD, 15 and CD. RGB value is (221,21,205). Sum of RGB (Red+Green+Blue) = 221+21+205=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15CD is #22EA32. Grayscale: #656565. Windows color (decimal): -2288179 or 13440477. OLE color: 13440477.
HSL color Cylindrical-coordinate representation of color #DD15CD: hue angle of 304.8º 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 #DD15CD is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 205 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.13 |
| HSL | 304.8º | 0.83% | 0.47% | - |
| HSV(B) | 304.8º | 0.9% | 0.87% | - |
| XYZ | 41.11 | 20.32 | 59.51 | - |
| YUV | 101.78 | 186.26 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 205 | 0 | 0.90 | 0.07 | 0.13 | 304.8 | 0.83 | 0.47 |
| Hex | DD | 15 | CD | 0 | 5A | 7 | D | 131 | 53 | 2F |
| Octal | 335 | 25 | 315 | 0 | 132 | 7 | 15 | 461 | 123 | 57 |
| Binary | 11011101 | 10101 | 11001101 | 0 | 1011010 | 111 | 1101 | 100110001 | 1010011 | 101111 |
Color Harmonies of #DD15CD
Complementary color
Monochromatic Colors of #DD15CD
Black with #DD15CD
Text Example
Text Example
White with #DD15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15CD; }
p { color: rgb(221,21,205); }
H1.HeaderClassName
{
color: #DD15CD;
}
.AnyTagClassName
{
color: #DD15CD;
}
</style>
background-color css
<style>
a { background-color: #DD15CD; }
a { background-color: rgb(221,21,205); }
div.DivClassName
{
background-color: #DD15CD;
}
.BgClassName
{
background-color: #DD15CD;
}
</style>
border-color css
<style>
span { border-color: #DD15CD; }
span { border-color: rgb(221,21,205); }
td.TdClassName
{
border-color: #DD15CD;
}
.TagClassName
{
border-color: #DD15CD;
}
</style>