Shades of Deep Magenta #DB10CC
Tints of Deep Magenta #DB10CC
RGB
CMYK
RGB Variations
Color information
#DB10CC (or 0xDB10CC) is known color: Deep Magenta. HEX triplet: DB, 10 and CC. RGB value is (219,16,204). Sum of RGB (Red+Green+Blue) = 219+16+204=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10CC is #24EF33. Grayscale: #616161. Windows color (decimal): -2420532 or 13373659. OLE color: 13373659.
HSL color Cylindrical-coordinate representation of color #DB10CC: hue angle of 304.43º 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 #DB10CC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 204 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.14 |
| HSL | 304.43º | 0.86% | 0.46% | - |
| HSV(B) | 304.43º | 0.93% | 0.86% | - |
| XYZ | 40.3 | 19.79 | 58.82 | - |
| YUV | 98.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 204 | 0 | 0.93 | 0.07 | 0.14 | 304.43 | 0.86 | 0.46 |
| Hex | DB | 10 | CC | 0 | 5D | 7 | E | 130 | 56 | 2E |
| Octal | 333 | 20 | 314 | 0 | 135 | 7 | 16 | 460 | 126 | 56 |
| Binary | 11011011 | 10000 | 11001100 | 0 | 1011101 | 111 | 1110 | 100110000 | 1010110 | 101110 |
Color Harmonies of #DB10CC
Complementary color
Monochromatic Colors of #DB10CC
Black with #DB10CC
Text Example
Text Example
White with #DB10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10CC; }
p { color: rgb(219,16,204); }
H1.HeaderClassName
{
color: #DB10CC;
}
.AnyTagClassName
{
color: #DB10CC;
}
</style>
background-color css
<style>
a { background-color: #DB10CC; }
a { background-color: rgb(219,16,204); }
div.DivClassName
{
background-color: #DB10CC;
}
.BgClassName
{
background-color: #DB10CC;
}
</style>
border-color css
<style>
span { border-color: #DB10CC; }
span { border-color: rgb(219,16,204); }
td.TdClassName
{
border-color: #DB10CC;
}
.TagClassName
{
border-color: #DB10CC;
}
</style>