Shades of Deep Magenta #DB14DF
Tints of Deep Magenta #DB14DF
RGB
CMYK
RGB Variations
Color information
#DB14DF (or 0xDB14DF) is known color: Deep Magenta. HEX triplet: DB, 14 and DF. RGB value is (219,20,223). Sum of RGB (Red+Green+Blue) = 219+20+223=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14DF is #24EB20. Grayscale: #666666. Windows color (decimal): -2419489 or 14619867. OLE color: 14619867.
HSL color Cylindrical-coordinate representation of color #DB14DF: hue angle of 298.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB14DF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 20 | 223 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.13 |
| HSL | 298.82º | 0.84% | 0.48% | - |
| HSV(B) | 298.82º | 0.91% | 0.87% | - |
| XYZ | 42.78 | 20.89 | 71.59 | - |
| YUV | 102.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 223 | 0.02 | 0.91 | 0 | 0.13 | 298.82 | 0.84 | 0.48 |
| Hex | DB | 14 | DF | 2 | 5B | 0 | D | 12B | 54 | 30 |
| Octal | 333 | 24 | 337 | 2 | 133 | 0 | 15 | 453 | 124 | 60 |
| Binary | 11011011 | 10100 | 11011111 | 10 | 1011011 | 0 | 1101 | 100101011 | 1010100 | 110000 |
Color Harmonies of #DB14DF
Complementary color
Monochromatic Colors of #DB14DF
Black with #DB14DF
Text Example
Text Example
White with #DB14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14DF; }
p { color: rgb(219,20,223); }
H1.HeaderClassName
{
color: #DB14DF;
}
.AnyTagClassName
{
color: #DB14DF;
}
</style>
background-color css
<style>
a { background-color: #DB14DF; }
a { background-color: rgb(219,20,223); }
div.DivClassName
{
background-color: #DB14DF;
}
.BgClassName
{
background-color: #DB14DF;
}
</style>
border-color css
<style>
span { border-color: #DB14DF; }
span { border-color: rgb(219,20,223); }
td.TdClassName
{
border-color: #DB14DF;
}
.TagClassName
{
border-color: #DB14DF;
}
</style>