Shades of Deep Magenta #DF05B8
Tints of Deep Magenta #DF05B8
RGB
CMYK
RGB Variations
Color information
#DF05B8 (or 0xDF05B8) is known color: Deep Magenta. HEX triplet: DF, 05 and B8. RGB value is (223,5,184). Sum of RGB (Red+Green+Blue) = 223+5+184=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05B8 is #20FA47. Grayscale: #5A5A5A. Windows color (decimal): -2161224 or 12060127. OLE color: 12060127.
HSL color Cylindrical-coordinate representation of color #DF05B8: hue angle of 310.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05B8 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 184 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.13 |
| HSL | 310.73º | 0.96% | 0.45% | - |
| HSV(B) | 310.73º | 0.98% | 0.87% | - |
| XYZ | 39.14 | 19.26 | 47 | - |
| YUV | 90.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 184 | 0 | 0.98 | 0.17 | 0.13 | 310.73 | 0.96 | 0.45 |
| Hex | DF | 5 | B8 | 0 | 62 | 11 | D | 137 | 60 | 2D |
| Octal | 337 | 5 | 270 | 0 | 142 | 21 | 15 | 467 | 140 | 55 |
| Binary | 11011111 | 101 | 10111000 | 0 | 1100010 | 10001 | 1101 | 100110111 | 1100000 | 101101 |
Color Harmonies of #DF05B8
Complementary color
Monochromatic Colors of #DF05B8
Black with #DF05B8
Text Example
Text Example
White with #DF05B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05B8; }
p { color: rgb(223,5,184); }
H1.HeaderClassName
{
color: #DF05B8;
}
.AnyTagClassName
{
color: #DF05B8;
}
</style>
background-color css
<style>
a { background-color: #DF05B8; }
a { background-color: rgb(223,5,184); }
div.DivClassName
{
background-color: #DF05B8;
}
.BgClassName
{
background-color: #DF05B8;
}
</style>
border-color css
<style>
span { border-color: #DF05B8; }
span { border-color: rgb(223,5,184); }
td.TdClassName
{
border-color: #DF05B8;
}
.TagClassName
{
border-color: #DF05B8;
}
</style>