Shades of Deep Magenta #DB10C3
Tints of Deep Magenta #DB10C3
RGB
CMYK
RGB Variations
Color information
#DB10C3 (or 0xDB10C3) is known color: Deep Magenta. HEX triplet: DB, 10 and C3. RGB value is (219,16,195). Sum of RGB (Red+Green+Blue) = 219+16+195=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10C3 is #24EF3C. Grayscale: #606060. Windows color (decimal): -2420541 or 12783835. OLE color: 12783835.
HSL color Cylindrical-coordinate representation of color #DB10C3: hue angle of 307.09º 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 #DB10C3 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 195 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.14 |
| HSL | 307.09º | 0.86% | 0.46% | - |
| HSV(B) | 307.09º | 0.93% | 0.86% | - |
| XYZ | 39.25 | 19.37 | 53.3 | - |
| YUV | 97.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 195 | 0 | 0.93 | 0.11 | 0.14 | 307.09 | 0.86 | 0.46 |
| Hex | DB | 10 | C3 | 0 | 5D | B | E | 133 | 56 | 2E |
| Octal | 333 | 20 | 303 | 0 | 135 | 13 | 16 | 463 | 126 | 56 |
| Binary | 11011011 | 10000 | 11000011 | 0 | 1011101 | 1011 | 1110 | 100110011 | 1010110 | 101110 |
Color Harmonies of #DB10C3
Complementary color
Monochromatic Colors of #DB10C3
Black with #DB10C3
Text Example
Text Example
White with #DB10C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10C3; }
p { color: rgb(219,16,195); }
H1.HeaderClassName
{
color: #DB10C3;
}
.AnyTagClassName
{
color: #DB10C3;
}
</style>
background-color css
<style>
a { background-color: #DB10C3; }
a { background-color: rgb(219,16,195); }
div.DivClassName
{
background-color: #DB10C3;
}
.BgClassName
{
background-color: #DB10C3;
}
</style>
border-color css
<style>
span { border-color: #DB10C3; }
span { border-color: rgb(219,16,195); }
td.TdClassName
{
border-color: #DB10C3;
}
.TagClassName
{
border-color: #DB10C3;
}
</style>