Shades of Deep Magenta #DB10C9
Tints of Deep Magenta #DB10C9
RGB
CMYK
RGB Variations
Color information
#DB10C9 (or 0xDB10C9) is known color: Deep Magenta. HEX triplet: DB, 10 and C9. RGB value is (219,16,201). Sum of RGB (Red+Green+Blue) = 219+16+201=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10C9 is #24EF36. Grayscale: #616161. Windows color (decimal): -2420535 or 13177051. OLE color: 13177051.
HSL color Cylindrical-coordinate representation of color #DB10C9: hue angle of 305.32º 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 #DB10C9 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 201 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.14 |
| HSL | 305.32º | 0.86% | 0.46% | - |
| HSV(B) | 305.32º | 0.93% | 0.86% | - |
| XYZ | 39.94 | 19.65 | 56.95 | - |
| YUV | 97.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 201 | 0 | 0.93 | 0.08 | 0.14 | 305.32 | 0.86 | 0.46 |
| Hex | DB | 10 | C9 | 0 | 5D | 8 | E | 131 | 56 | 2E |
| Octal | 333 | 20 | 311 | 0 | 135 | 10 | 16 | 461 | 126 | 56 |
| Binary | 11011011 | 10000 | 11001001 | 0 | 1011101 | 1000 | 1110 | 100110001 | 1010110 | 101110 |
Color Harmonies of #DB10C9
Complementary color
Monochromatic Colors of #DB10C9
Black with #DB10C9
Text Example
Text Example
White with #DB10C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10C9; }
p { color: rgb(219,16,201); }
H1.HeaderClassName
{
color: #DB10C9;
}
.AnyTagClassName
{
color: #DB10C9;
}
</style>
background-color css
<style>
a { background-color: #DB10C9; }
a { background-color: rgb(219,16,201); }
div.DivClassName
{
background-color: #DB10C9;
}
.BgClassName
{
background-color: #DB10C9;
}
</style>
border-color css
<style>
span { border-color: #DB10C9; }
span { border-color: rgb(219,16,201); }
td.TdClassName
{
border-color: #DB10C9;
}
.TagClassName
{
border-color: #DB10C9;
}
</style>