Shades of Deep Magenta #DB14C3
Tints of Deep Magenta #DB14C3
RGB
CMYK
RGB Variations
Color information
#DB14C3 (or 0xDB14C3) is known color: Deep Magenta. HEX triplet: DB, 14 and C3. RGB value is (219,20,195). Sum of RGB (Red+Green+Blue) = 219+20+195=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14C3 is #24EB3C. Grayscale: #626262. Windows color (decimal): -2419517 or 12784859. OLE color: 12784859.
HSL color Cylindrical-coordinate representation of color #DB14C3: hue angle of 307.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB14C3 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 195 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.14 |
| HSL | 307.24º | 0.83% | 0.47% | - |
| HSV(B) | 307.24º | 0.91% | 0.86% | - |
| XYZ | 39.31 | 19.5 | 53.32 | - |
| YUV | 99.45 | 181.93 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 195 | 0 | 0.91 | 0.11 | 0.14 | 307.24 | 0.83 | 0.47 |
| Hex | DB | 14 | C3 | 0 | 5B | B | E | 133 | 53 | 2F |
| Octal | 333 | 24 | 303 | 0 | 133 | 13 | 16 | 463 | 123 | 57 |
| Binary | 11011011 | 10100 | 11000011 | 0 | 1011011 | 1011 | 1110 | 100110011 | 1010011 | 101111 |
Color Harmonies of #DB14C3
Complementary color
Monochromatic Colors of #DB14C3
Black with #DB14C3
Text Example
Text Example
White with #DB14C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14C3; }
p { color: rgb(219,20,195); }
H1.HeaderClassName
{
color: #DB14C3;
}
.AnyTagClassName
{
color: #DB14C3;
}
</style>
background-color css
<style>
a { background-color: #DB14C3; }
a { background-color: rgb(219,20,195); }
div.DivClassName
{
background-color: #DB14C3;
}
.BgClassName
{
background-color: #DB14C3;
}
</style>
border-color css
<style>
span { border-color: #DB14C3; }
span { border-color: rgb(219,20,195); }
td.TdClassName
{
border-color: #DB14C3;
}
.TagClassName
{
border-color: #DB14C3;
}
</style>