Shades of Deep Magenta #DF15D4
Tints of Deep Magenta #DF15D4
RGB
CMYK
RGB Variations
Color information
#DF15D4 (or 0xDF15D4) is known color: Deep Magenta. HEX triplet: DF, 15 and D4. RGB value is (223,21,212). Sum of RGB (Red+Green+Blue) = 223+21+212=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15D4 is #20EA2B. Grayscale: #666666. Windows color (decimal): -2157100 or 13899231. OLE color: 13899231.
HSL color Cylindrical-coordinate representation of color #DF15D4: hue angle of 303.27º 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 #DF15D4 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.13 |
| HSL | 303.27º | 0.83% | 0.48% | - |
| HSV(B) | 303.27º | 0.91% | 0.87% | - |
| XYZ | 42.58 | 20.98 | 64.09 | - |
| YUV | 103.17 | 189.42 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 212 | 0 | 0.91 | 0.05 | 0.13 | 303.27 | 0.83 | 0.48 |
| Hex | DF | 15 | D4 | 0 | 5B | 5 | D | 12F | 53 | 30 |
| Octal | 337 | 25 | 324 | 0 | 133 | 5 | 15 | 457 | 123 | 60 |
| Binary | 11011111 | 10101 | 11010100 | 0 | 1011011 | 101 | 1101 | 100101111 | 1010011 | 110000 |
Color Harmonies of #DF15D4
Complementary color
Monochromatic Colors of #DF15D4
Black with #DF15D4
Text Example
Text Example
White with #DF15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15D4; }
p { color: rgb(223,21,212); }
H1.HeaderClassName
{
color: #DF15D4;
}
.AnyTagClassName
{
color: #DF15D4;
}
</style>
background-color css
<style>
a { background-color: #DF15D4; }
a { background-color: rgb(223,21,212); }
div.DivClassName
{
background-color: #DF15D4;
}
.BgClassName
{
background-color: #DF15D4;
}
</style>
border-color css
<style>
span { border-color: #DF15D4; }
span { border-color: rgb(223,21,212); }
td.TdClassName
{
border-color: #DF15D4;
}
.TagClassName
{
border-color: #DF15D4;
}
</style>