Shades of Deep Magenta #DF08BF
Tints of Deep Magenta #DF08BF
RGB
CMYK
RGB Variations
Color information
#DF08BF (or 0xDF08BF) is known color: Deep Magenta. HEX triplet: DF, 08 and BF. RGB value is (223,8,191). Sum of RGB (Red+Green+Blue) = 223+8+191=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08BF is #20F740. Grayscale: #5C5C5C. Windows color (decimal): -2160449 or 12519647. OLE color: 12519647.
HSL color Cylindrical-coordinate representation of color #DF08BF: hue angle of 308.93º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08BF is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.13 |
| HSL | 308.93º | 0.93% | 0.45% | - |
| HSV(B) | 308.93º | 0.96% | 0.87% | - |
| XYZ | 39.92 | 19.62 | 50.97 | - |
| YUV | 93.15 | 183.23 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 191 | 0 | 0.96 | 0.14 | 0.13 | 308.93 | 0.93 | 0.45 |
| Hex | DF | 8 | BF | 0 | 60 | E | D | 135 | 5D | 2D |
| Octal | 337 | 10 | 277 | 0 | 140 | 16 | 15 | 465 | 135 | 55 |
| Binary | 11011111 | 1000 | 10111111 | 0 | 1100000 | 1110 | 1101 | 100110101 | 1011101 | 101101 |
Color Harmonies of #DF08BF
Complementary color
Monochromatic Colors of #DF08BF
Black with #DF08BF
Text Example
Text Example
White with #DF08BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08BF; }
p { color: rgb(223,8,191); }
H1.HeaderClassName
{
color: #DF08BF;
}
.AnyTagClassName
{
color: #DF08BF;
}
</style>
background-color css
<style>
a { background-color: #DF08BF; }
a { background-color: rgb(223,8,191); }
div.DivClassName
{
background-color: #DF08BF;
}
.BgClassName
{
background-color: #DF08BF;
}
</style>
border-color css
<style>
span { border-color: #DF08BF; }
span { border-color: rgb(223,8,191); }
td.TdClassName
{
border-color: #DF08BF;
}
.TagClassName
{
border-color: #DF08BF;
}
</style>