Shades of Deep Magenta #DF1DCB
Tints of Deep Magenta #DF1DCB
RGB
CMYK
RGB Variations
Color information
#DF1DCB (or 0xDF1DCB) is known color: Deep Magenta. HEX triplet: DF, 1D and CB. RGB value is (223,29,203). Sum of RGB (Red+Green+Blue) = 223+29+203=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1DCB is #20E234. Grayscale: #6A6A6A. Windows color (decimal): -2155061 or 13311455. OLE color: 13311455.
HSL color Cylindrical-coordinate representation of color #DF1DCB: hue angle of 306.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1DCB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.13 |
| HSL | 306.19º | 0.77% | 0.49% | - |
| HSV(B) | 306.19º | 0.87% | 0.87% | - |
| XYZ | 41.65 | 20.88 | 58.33 | - |
| YUV | 106.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 203 | 0 | 0.87 | 0.09 | 0.13 | 306.19 | 0.77 | 0.49 |
| Hex | DF | 1D | CB | 0 | 57 | 9 | D | 132 | 4D | 31 |
| Octal | 337 | 35 | 313 | 0 | 127 | 11 | 15 | 462 | 115 | 61 |
| Binary | 11011111 | 11101 | 11001011 | 0 | 1010111 | 1001 | 1101 | 100110010 | 1001101 | 110001 |
Color Harmonies of #DF1DCB
Complementary color
Monochromatic Colors of #DF1DCB
Black with #DF1DCB
Text Example
Text Example
White with #DF1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DCB; }
p { color: rgb(223,29,203); }
H1.HeaderClassName
{
color: #DF1DCB;
}
.AnyTagClassName
{
color: #DF1DCB;
}
</style>
background-color css
<style>
a { background-color: #DF1DCB; }
a { background-color: rgb(223,29,203); }
div.DivClassName
{
background-color: #DF1DCB;
}
.BgClassName
{
background-color: #DF1DCB;
}
</style>
border-color css
<style>
span { border-color: #DF1DCB; }
span { border-color: rgb(223,29,203); }
td.TdClassName
{
border-color: #DF1DCB;
}
.TagClassName
{
border-color: #DF1DCB;
}
</style>