Shades of Deep Magenta #DF1BD9
Tints of Deep Magenta #DF1BD9
RGB
CMYK
RGB Variations
Color information
#DF1BD9 (or 0xDF1BD9) is known color: Deep Magenta. HEX triplet: DF, 1B and D9. RGB value is (223,27,217). Sum of RGB (Red+Green+Blue) = 223+27+217=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BD9 is #20E426. Grayscale: #6A6A6A. Windows color (decimal): -2155559 or 14228447. OLE color: 14228447.
HSL color Cylindrical-coordinate representation of color #DF1BD9: hue angle of 301.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1BD9 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 217 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.13 |
| HSL | 301.84º | 0.78% | 0.49% | - |
| HSV(B) | 301.84º | 0.88% | 0.87% | - |
| XYZ | 43.35 | 21.48 | 67.51 | - |
| YUV | 107.26 | 189.93 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 217 | 0 | 0.88 | 0.03 | 0.13 | 301.84 | 0.78 | 0.49 |
| Hex | DF | 1B | D9 | 0 | 58 | 3 | D | 12E | 4E | 31 |
| Octal | 337 | 33 | 331 | 0 | 130 | 3 | 15 | 456 | 116 | 61 |
| Binary | 11011111 | 11011 | 11011001 | 0 | 1011000 | 11 | 1101 | 100101110 | 1001110 | 110001 |
Color Harmonies of #DF1BD9
Complementary color
Monochromatic Colors of #DF1BD9
Black with #DF1BD9
Text Example
Text Example
White with #DF1BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BD9; }
p { color: rgb(223,27,217); }
H1.HeaderClassName
{
color: #DF1BD9;
}
.AnyTagClassName
{
color: #DF1BD9;
}
</style>
background-color css
<style>
a { background-color: #DF1BD9; }
a { background-color: rgb(223,27,217); }
div.DivClassName
{
background-color: #DF1BD9;
}
.BgClassName
{
background-color: #DF1BD9;
}
</style>
border-color css
<style>
span { border-color: #DF1BD9; }
span { border-color: rgb(223,27,217); }
td.TdClassName
{
border-color: #DF1BD9;
}
.TagClassName
{
border-color: #DF1BD9;
}
</style>