Shades of Deep Magenta #DB10CF
Tints of Deep Magenta #DB10CF
RGB
CMYK
RGB Variations
Color information
#DB10CF (or 0xDB10CF) is known color: Deep Magenta. HEX triplet: DB, 10 and CF. RGB value is (219,16,207). Sum of RGB (Red+Green+Blue) = 219+16+207=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10CF is #24EF30. Grayscale: #616161. Windows color (decimal): -2420529 or 13570267. OLE color: 13570267.
HSL color Cylindrical-coordinate representation of color #DB10CF: hue angle of 303.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10CF is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.14 |
| HSL | 303.55º | 0.86% | 0.46% | - |
| HSV(B) | 303.55º | 0.93% | 0.86% | - |
| XYZ | 40.66 | 19.94 | 60.74 | - |
| YUV | 98.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 207 | 0 | 0.93 | 0.05 | 0.14 | 303.55 | 0.86 | 0.46 |
| Hex | DB | 10 | CF | 0 | 5D | 5 | E | 130 | 56 | 2E |
| Octal | 333 | 20 | 317 | 0 | 135 | 5 | 16 | 460 | 126 | 56 |
| Binary | 11011011 | 10000 | 11001111 | 0 | 1011101 | 101 | 1110 | 100110000 | 1010110 | 101110 |
Color Harmonies of #DB10CF
Complementary color
Monochromatic Colors of #DB10CF
Black with #DB10CF
Text Example
Text Example
White with #DB10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10CF; }
p { color: rgb(219,16,207); }
H1.HeaderClassName
{
color: #DB10CF;
}
.AnyTagClassName
{
color: #DB10CF;
}
</style>
background-color css
<style>
a { background-color: #DB10CF; }
a { background-color: rgb(219,16,207); }
div.DivClassName
{
background-color: #DB10CF;
}
.BgClassName
{
background-color: #DB10CF;
}
</style>
border-color css
<style>
span { border-color: #DB10CF; }
span { border-color: rgb(219,16,207); }
td.TdClassName
{
border-color: #DB10CF;
}
.TagClassName
{
border-color: #DB10CF;
}
</style>