Shades of Deep Magenta #DB14C9
Tints of Deep Magenta #DB14C9
RGB
CMYK
RGB Variations
Color information
#DB14C9 (or 0xDB14C9) is known color: Deep Magenta. HEX triplet: DB, 14 and C9. RGB value is (219,20,201). Sum of RGB (Red+Green+Blue) = 219+20+201=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14C9 is #24EB36. Grayscale: #636363. Windows color (decimal): -2419511 or 13178075. OLE color: 13178075.
HSL color Cylindrical-coordinate representation of color #DB14C9: hue angle of 305.43º 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 #DB14C9 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 201 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.14 |
| HSL | 305.43º | 0.83% | 0.47% | - |
| HSV(B) | 305.43º | 0.91% | 0.86% | - |
| XYZ | 40.01 | 19.78 | 56.97 | - |
| YUV | 100.14 | 184.93 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 201 | 0 | 0.91 | 0.08 | 0.14 | 305.43 | 0.83 | 0.47 |
| Hex | DB | 14 | C9 | 0 | 5B | 8 | E | 131 | 53 | 2F |
| Octal | 333 | 24 | 311 | 0 | 133 | 10 | 16 | 461 | 123 | 57 |
| Binary | 11011011 | 10100 | 11001001 | 0 | 1011011 | 1000 | 1110 | 100110001 | 1010011 | 101111 |
Color Harmonies of #DB14C9
Complementary color
Monochromatic Colors of #DB14C9
Black with #DB14C9
Text Example
Text Example
White with #DB14C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14C9; }
p { color: rgb(219,20,201); }
H1.HeaderClassName
{
color: #DB14C9;
}
.AnyTagClassName
{
color: #DB14C9;
}
</style>
background-color css
<style>
a { background-color: #DB14C9; }
a { background-color: rgb(219,20,201); }
div.DivClassName
{
background-color: #DB14C9;
}
.BgClassName
{
background-color: #DB14C9;
}
</style>
border-color css
<style>
span { border-color: #DB14C9; }
span { border-color: rgb(219,20,201); }
td.TdClassName
{
border-color: #DB14C9;
}
.TagClassName
{
border-color: #DB14C9;
}
</style>