Shades of Deep Magenta #DC15DF
Tints of Deep Magenta #DC15DF
RGB
CMYK
RGB Variations
Color information
#DC15DF (or 0xDC15DF) is known color: Deep Magenta. HEX triplet: DC, 15 and DF. RGB value is (220,21,223). Sum of RGB (Red+Green+Blue) = 220+21+223=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15DF is #23EA20. Grayscale: #666666. Windows color (decimal): -2353697 or 14620124. OLE color: 14620124.
HSL color Cylindrical-coordinate representation of color #DC15DF: hue angle of 299.11º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC15DF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 21 | 223 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.13 |
| HSL | 299.11º | 0.83% | 0.48% | - |
| HSV(B) | 299.11º | 0.91% | 0.87% | - |
| XYZ | 43.1 | 21.08 | 71.61 | - |
| YUV | 103.53 | 195.43 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 223 | 0.01 | 0.91 | 0 | 0.13 | 299.11 | 0.83 | 0.48 |
| Hex | DC | 15 | DF | 1 | 5B | 0 | D | 12B | 53 | 30 |
| Octal | 334 | 25 | 337 | 1 | 133 | 0 | 15 | 453 | 123 | 60 |
| Binary | 11011100 | 10101 | 11011111 | 1 | 1011011 | 0 | 1101 | 100101011 | 1010011 | 110000 |
Color Harmonies of #DC15DF
Complementary color
Monochromatic Colors of #DC15DF
Black with #DC15DF
Text Example
Text Example
White with #DC15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15DF; }
p { color: rgb(220,21,223); }
H1.HeaderClassName
{
color: #DC15DF;
}
.AnyTagClassName
{
color: #DC15DF;
}
</style>
background-color css
<style>
a { background-color: #DC15DF; }
a { background-color: rgb(220,21,223); }
div.DivClassName
{
background-color: #DC15DF;
}
.BgClassName
{
background-color: #DC15DF;
}
</style>
border-color css
<style>
span { border-color: #DC15DF; }
span { border-color: rgb(220,21,223); }
td.TdClassName
{
border-color: #DC15DF;
}
.TagClassName
{
border-color: #DC15DF;
}
</style>