Shades of Deep Magenta #DF1BD3
Tints of Deep Magenta #DF1BD3
RGB
CMYK
RGB Variations
Color information
#DF1BD3 (or 0xDF1BD3) is known color: Deep Magenta. HEX triplet: DF, 1B and D3. RGB value is (223,27,211). Sum of RGB (Red+Green+Blue) = 223+27+211=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BD3 is #20E42C. Grayscale: #6A6A6A. Windows color (decimal): -2155565 or 13835231. OLE color: 13835231.
HSL color Cylindrical-coordinate representation of color #DF1BD3: hue angle of 303.67º 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 #DF1BD3 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 211 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.13 |
| HSL | 303.67º | 0.78% | 0.49% | - |
| HSV(B) | 303.67º | 0.88% | 0.87% | - |
| XYZ | 42.58 | 21.17 | 63.47 | - |
| YUV | 106.58 | 186.93 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 211 | 0 | 0.88 | 0.05 | 0.13 | 303.67 | 0.78 | 0.49 |
| Hex | DF | 1B | D3 | 0 | 58 | 5 | D | 130 | 4E | 31 |
| Octal | 337 | 33 | 323 | 0 | 130 | 5 | 15 | 460 | 116 | 61 |
| Binary | 11011111 | 11011 | 11010011 | 0 | 1011000 | 101 | 1101 | 100110000 | 1001110 | 110001 |
Color Harmonies of #DF1BD3
Complementary color
Monochromatic Colors of #DF1BD3
Black with #DF1BD3
Text Example
Text Example
White with #DF1BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BD3; }
p { color: rgb(223,27,211); }
H1.HeaderClassName
{
color: #DF1BD3;
}
.AnyTagClassName
{
color: #DF1BD3;
}
</style>
background-color css
<style>
a { background-color: #DF1BD3; }
a { background-color: rgb(223,27,211); }
div.DivClassName
{
background-color: #DF1BD3;
}
.BgClassName
{
background-color: #DF1BD3;
}
</style>
border-color css
<style>
span { border-color: #DF1BD3; }
span { border-color: rgb(223,27,211); }
td.TdClassName
{
border-color: #DF1BD3;
}
.TagClassName
{
border-color: #DF1BD3;
}
</style>