Shades of Deep Magenta #DF06BD
Tints of Deep Magenta #DF06BD
RGB
CMYK
RGB Variations
Color information
#DF06BD (or 0xDF06BD) is known color: Deep Magenta. HEX triplet: DF, 06 and BD. RGB value is (223,6,189). Sum of RGB (Red+Green+Blue) = 223+6+189=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06BD is #20F942. Grayscale: #5B5B5B. Windows color (decimal): -2160963 or 12388063. OLE color: 12388063.
HSL color Cylindrical-coordinate representation of color #DF06BD: hue angle of 309.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06BD is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.13 |
| HSL | 309.4º | 0.95% | 0.45% | - |
| HSV(B) | 309.4º | 0.97% | 0.87% | - |
| XYZ | 39.68 | 19.49 | 49.82 | - |
| YUV | 91.75 | 182.89 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 189 | 0 | 0.97 | 0.15 | 0.13 | 309.4 | 0.95 | 0.45 |
| Hex | DF | 6 | BD | 0 | 61 | F | D | 135 | 5F | 2D |
| Octal | 337 | 6 | 275 | 0 | 141 | 17 | 15 | 465 | 137 | 55 |
| Binary | 11011111 | 110 | 10111101 | 0 | 1100001 | 1111 | 1101 | 100110101 | 1011111 | 101101 |
Color Harmonies of #DF06BD
Complementary color
Monochromatic Colors of #DF06BD
Black with #DF06BD
Text Example
Text Example
White with #DF06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06BD; }
p { color: rgb(223,6,189); }
H1.HeaderClassName
{
color: #DF06BD;
}
.AnyTagClassName
{
color: #DF06BD;
}
</style>
background-color css
<style>
a { background-color: #DF06BD; }
a { background-color: rgb(223,6,189); }
div.DivClassName
{
background-color: #DF06BD;
}
.BgClassName
{
background-color: #DF06BD;
}
</style>
border-color css
<style>
span { border-color: #DF06BD; }
span { border-color: rgb(223,6,189); }
td.TdClassName
{
border-color: #DF06BD;
}
.TagClassName
{
border-color: #DF06BD;
}
</style>