Shades of Deep Magenta #DC15C9
Tints of Deep Magenta #DC15C9
RGB
CMYK
RGB Variations
Color information
#DC15C9 (or 0xDC15C9) is known color: Deep Magenta. HEX triplet: DC, 15 and C9. RGB value is (220,21,201). Sum of RGB (Red+Green+Blue) = 220+21+201=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15C9 is #23EA36. Grayscale: #646464. Windows color (decimal): -2353719 or 13178332. OLE color: 13178332.
HSL color Cylindrical-coordinate representation of color #DC15C9: hue angle of 305.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15C9 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 201 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.14 |
| HSL | 305.73º | 0.83% | 0.47% | - |
| HSV(B) | 305.73º | 0.9% | 0.86% | - |
| XYZ | 40.33 | 19.97 | 56.99 | - |
| YUV | 101.02 | 184.43 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 201 | 0 | 0.90 | 0.09 | 0.14 | 305.73 | 0.83 | 0.47 |
| Hex | DC | 15 | C9 | 0 | 5A | 9 | E | 132 | 53 | 2F |
| Octal | 334 | 25 | 311 | 0 | 132 | 11 | 16 | 462 | 123 | 57 |
| Binary | 11011100 | 10101 | 11001001 | 0 | 1011010 | 1001 | 1110 | 100110010 | 1010011 | 101111 |
Color Harmonies of #DC15C9
Complementary color
Monochromatic Colors of #DC15C9
Black with #DC15C9
Text Example
Text Example
White with #DC15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15C9; }
p { color: rgb(220,21,201); }
H1.HeaderClassName
{
color: #DC15C9;
}
.AnyTagClassName
{
color: #DC15C9;
}
</style>
background-color css
<style>
a { background-color: #DC15C9; }
a { background-color: rgb(220,21,201); }
div.DivClassName
{
background-color: #DC15C9;
}
.BgClassName
{
background-color: #DC15C9;
}
</style>
border-color css
<style>
span { border-color: #DC15C9; }
span { border-color: rgb(220,21,201); }
td.TdClassName
{
border-color: #DC15C9;
}
.TagClassName
{
border-color: #DC15C9;
}
</style>