Shades of Deep Magenta #DB14C5
Tints of Deep Magenta #DB14C5
RGB
CMYK
RGB Variations
Color information
#DB14C5 (or 0xDB14C5) is known color: Deep Magenta. HEX triplet: DB, 14 and C5. RGB value is (219,20,197). Sum of RGB (Red+Green+Blue) = 219+20+197=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14C5 is #24EB3A. Grayscale: #636363. Windows color (decimal): -2419515 or 12915931. OLE color: 12915931.
HSL color Cylindrical-coordinate representation of color #DB14C5: hue angle of 306.63º 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 #DB14C5 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 20 | 197 | - |
CMYK | 0 | 0.91 | 0.10 | 0.14 |
HSL | 306.63º | 0.83% | 0.47% | - |
HSV(B) | 306.63º | 0.91% | 0.86% | - |
XYZ | 39.54 | 19.59 | 54.52 | - |
YUV | 99.68 | 182.93 | 213.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 20 | 197 | 0 | 0.91 | 0.10 | 0.14 | 306.63 | 0.83 | 0.47 |
Hex | DB | 14 | C5 | 0 | 5B | A | E | 133 | 53 | 2F |
Octal | 333 | 24 | 305 | 0 | 133 | 12 | 16 | 463 | 123 | 57 |
Binary | 11011011 | 10100 | 11000101 | 0 | 1011011 | 1010 | 1110 | 100110011 | 1010011 | 101111 |
Color Harmonies of #DB14C5
Complementary color
Monochromatic Colors of #DB14C5
Black with #DB14C5
Text Example
Text Example
White with #DB14C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14C5; }
p { color: rgb(219,20,197); }
H1.HeaderClassName
{
color: #DB14C5;
}
.AnyTagClassName
{
color: #DB14C5;
}
</style>
background-color css
<style>
a { background-color: #DB14C5; }
a { background-color: rgb(219,20,197); }
div.DivClassName
{
background-color: #DB14C5;
}
.BgClassName
{
background-color: #DB14C5;
}
</style>
border-color css
<style>
span { border-color: #DB14C5; }
span { border-color: rgb(219,20,197); }
td.TdClassName
{
border-color: #DB14C5;
}
.TagClassName
{
border-color: #DB14C5;
}
</style>