Shades of Deep Magenta #DF10DB
Tints of Deep Magenta #DF10DB
RGB
CMYK
RGB Variations
Color information
#DF10DB (or 0xDF10DB) is known color: Deep Magenta. HEX triplet: DF, 10 and DB. RGB value is (223,16,219). Sum of RGB (Red+Green+Blue) = 223+16+219=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10DB is #20EF24. Grayscale: #646464. Windows color (decimal): -2158373 or 14356703. OLE color: 14356703.
HSL color Cylindrical-coordinate representation of color #DF10DB: hue angle of 301.16º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF10DB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 219 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.13 |
| HSL | 301.16º | 0.87% | 0.47% | - |
| HSV(B) | 301.16º | 0.93% | 0.87% | - |
| XYZ | 43.4 | 21.17 | 68.82 | - |
| YUV | 101.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 219 | 0 | 0.93 | 0.02 | 0.13 | 301.16 | 0.87 | 0.47 |
| Hex | DF | 10 | DB | 0 | 5D | 2 | D | 12D | 57 | 2F |
| Octal | 337 | 20 | 333 | 0 | 135 | 2 | 15 | 455 | 127 | 57 |
| Binary | 11011111 | 10000 | 11011011 | 0 | 1011101 | 10 | 1101 | 100101101 | 1010111 | 101111 |
Color Harmonies of #DF10DB
Complementary color
Monochromatic Colors of #DF10DB
Black with #DF10DB
Text Example
Text Example
White with #DF10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10DB; }
p { color: rgb(223,16,219); }
H1.HeaderClassName
{
color: #DF10DB;
}
.AnyTagClassName
{
color: #DF10DB;
}
</style>
background-color css
<style>
a { background-color: #DF10DB; }
a { background-color: rgb(223,16,219); }
div.DivClassName
{
background-color: #DF10DB;
}
.BgClassName
{
background-color: #DF10DB;
}
</style>
border-color css
<style>
span { border-color: #DF10DB; }
span { border-color: rgb(223,16,219); }
td.TdClassName
{
border-color: #DF10DB;
}
.TagClassName
{
border-color: #DF10DB;
}
</style>