Shades of Deep Magenta #DF08BD
Tints of Deep Magenta #DF08BD
RGB
CMYK
RGB Variations
Color information
#DF08BD (or 0xDF08BD) is known color: Deep Magenta. HEX triplet: DF, 08 and BD. RGB value is (223,8,189). Sum of RGB (Red+Green+Blue) = 223+8+189=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08BD is #20F742. Grayscale: #5C5C5C. Windows color (decimal): -2160451 or 12388575. OLE color: 12388575.
HSL color Cylindrical-coordinate representation of color #DF08BD: hue angle of 309.49º 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 #DF08BD is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.13 |
| HSL | 309.49º | 0.93% | 0.45% | - |
| HSV(B) | 309.49º | 0.96% | 0.87% | - |
| XYZ | 39.7 | 19.54 | 49.82 | - |
| YUV | 92.92 | 182.23 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 189 | 0 | 0.96 | 0.15 | 0.13 | 309.49 | 0.93 | 0.45 |
| Hex | DF | 8 | BD | 0 | 60 | F | D | 135 | 5D | 2D |
| Octal | 337 | 10 | 275 | 0 | 140 | 17 | 15 | 465 | 135 | 55 |
| Binary | 11011111 | 1000 | 10111101 | 0 | 1100000 | 1111 | 1101 | 100110101 | 1011101 | 101101 |
Color Harmonies of #DF08BD
Complementary color
Monochromatic Colors of #DF08BD
Black with #DF08BD
Text Example
Text Example
White with #DF08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08BD; }
p { color: rgb(223,8,189); }
H1.HeaderClassName
{
color: #DF08BD;
}
.AnyTagClassName
{
color: #DF08BD;
}
</style>
background-color css
<style>
a { background-color: #DF08BD; }
a { background-color: rgb(223,8,189); }
div.DivClassName
{
background-color: #DF08BD;
}
.BgClassName
{
background-color: #DF08BD;
}
</style>
border-color css
<style>
span { border-color: #DF08BD; }
span { border-color: rgb(223,8,189); }
td.TdClassName
{
border-color: #DF08BD;
}
.TagClassName
{
border-color: #DF08BD;
}
</style>