Shades of Deep Magenta #DD15CE
Tints of Deep Magenta #DD15CE
RGB
CMYK
RGB Variations
Color information
#DD15CE (or 0xDD15CE) is known color: Deep Magenta. HEX triplet: DD, 15 and CE. RGB value is (221,21,206). Sum of RGB (Red+Green+Blue) = 221+21+206=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15CE is #22EA31. Grayscale: #656565. Windows color (decimal): -2288178 or 13506013. OLE color: 13506013.
HSL color Cylindrical-coordinate representation of color #DD15CE: hue angle of 304.5º 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 #DD15CE is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 206 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.13 |
| HSL | 304.5º | 0.83% | 0.47% | - |
| HSV(B) | 304.5º | 0.9% | 0.87% | - |
| XYZ | 41.23 | 20.36 | 60.15 | - |
| YUV | 101.89 | 186.76 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 206 | 0 | 0.90 | 0.07 | 0.13 | 304.5 | 0.83 | 0.47 |
| Hex | DD | 15 | CE | 0 | 5A | 7 | D | 130 | 53 | 2F |
| Octal | 335 | 25 | 316 | 0 | 132 | 7 | 15 | 460 | 123 | 57 |
| Binary | 11011101 | 10101 | 11001110 | 0 | 1011010 | 111 | 1101 | 100110000 | 1010011 | 101111 |
Color Harmonies of #DD15CE
Complementary color
Monochromatic Colors of #DD15CE
Black with #DD15CE
Text Example
Text Example
White with #DD15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15CE; }
p { color: rgb(221,21,206); }
H1.HeaderClassName
{
color: #DD15CE;
}
.AnyTagClassName
{
color: #DD15CE;
}
</style>
background-color css
<style>
a { background-color: #DD15CE; }
a { background-color: rgb(221,21,206); }
div.DivClassName
{
background-color: #DD15CE;
}
.BgClassName
{
background-color: #DD15CE;
}
</style>
border-color css
<style>
span { border-color: #DD15CE; }
span { border-color: rgb(221,21,206); }
td.TdClassName
{
border-color: #DD15CE;
}
.TagClassName
{
border-color: #DD15CE;
}
</style>