Shades of Deep Magenta #DC15DD
Tints of Deep Magenta #DC15DD
RGB
CMYK
RGB Variations
Color information
#DC15DD (or 0xDC15DD) is known color: Deep Magenta. HEX triplet: DC, 15 and DD. RGB value is (220,21,221). Sum of RGB (Red+Green+Blue) = 220+21+221=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15DD is #23EA22. Grayscale: #666666. Windows color (decimal): -2353699 or 14489052. OLE color: 14489052.
HSL color Cylindrical-coordinate representation of color #DC15DD: hue angle of 299.7º 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 #DC15DD is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 21 | 221 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.13 |
| HSL | 299.7º | 0.83% | 0.47% | - |
| HSV(B) | 299.7º | 0.9% | 0.87% | - |
| XYZ | 42.83 | 20.97 | 70.2 | - |
| YUV | 103.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 221 | 0.00 | 0.90 | 0 | 0.13 | 299.7 | 0.83 | 0.47 |
| Hex | DC | 15 | DD | 0 | 5A | 0 | D | 12C | 53 | 2F |
| Octal | 334 | 25 | 335 | 0 | 132 | 0 | 15 | 454 | 123 | 57 |
| Binary | 11011100 | 10101 | 11011101 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010011 | 101111 |
Color Harmonies of #DC15DD
Complementary color
Monochromatic Colors of #DC15DD
Black with #DC15DD
Text Example
Text Example
White with #DC15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15DD; }
p { color: rgb(220,21,221); }
H1.HeaderClassName
{
color: #DC15DD;
}
.AnyTagClassName
{
color: #DC15DD;
}
</style>
background-color css
<style>
a { background-color: #DC15DD; }
a { background-color: rgb(220,21,221); }
div.DivClassName
{
background-color: #DC15DD;
}
.BgClassName
{
background-color: #DC15DD;
}
</style>
border-color css
<style>
span { border-color: #DC15DD; }
span { border-color: rgb(220,21,221); }
td.TdClassName
{
border-color: #DC15DD;
}
.TagClassName
{
border-color: #DC15DD;
}
</style>