Shades of Deep Magenta #DF15CD
Tints of Deep Magenta #DF15CD
RGB
CMYK
RGB Variations
Color information
#DF15CD (or 0xDF15CD) is known color: Deep Magenta. HEX triplet: DF, 15 and CD. RGB value is (223,21,205). Sum of RGB (Red+Green+Blue) = 223+21+205=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15CD is #20EA32. Grayscale: #656565. Windows color (decimal): -2157107 or 13440479. OLE color: 13440479.
HSL color Cylindrical-coordinate representation of color #DF15CD: hue angle of 305.35º 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 #DF15CD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 205 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.13 |
| HSL | 305.35º | 0.83% | 0.48% | - |
| HSV(B) | 305.35º | 0.91% | 0.87% | - |
| XYZ | 41.72 | 20.63 | 59.54 | - |
| YUV | 102.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 205 | 0 | 0.91 | 0.08 | 0.13 | 305.35 | 0.83 | 0.48 |
| Hex | DF | 15 | CD | 0 | 5B | 8 | D | 131 | 53 | 30 |
| Octal | 337 | 25 | 315 | 0 | 133 | 10 | 15 | 461 | 123 | 60 |
| Binary | 11011111 | 10101 | 11001101 | 0 | 1011011 | 1000 | 1101 | 100110001 | 1010011 | 110000 |
Color Harmonies of #DF15CD
Complementary color
Monochromatic Colors of #DF15CD
Black with #DF15CD
Text Example
Text Example
White with #DF15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15CD; }
p { color: rgb(223,21,205); }
H1.HeaderClassName
{
color: #DF15CD;
}
.AnyTagClassName
{
color: #DF15CD;
}
</style>
background-color css
<style>
a { background-color: #DF15CD; }
a { background-color: rgb(223,21,205); }
div.DivClassName
{
background-color: #DF15CD;
}
.BgClassName
{
background-color: #DF15CD;
}
</style>
border-color css
<style>
span { border-color: #DF15CD; }
span { border-color: rgb(223,21,205); }
td.TdClassName
{
border-color: #DF15CD;
}
.TagClassName
{
border-color: #DF15CD;
}
</style>