Shades of Deep Magenta #DB14CA
Tints of Deep Magenta #DB14CA
RGB
CMYK
RGB Variations
Color information
#DB14CA (or 0xDB14CA) is known color: Deep Magenta. HEX triplet: DB, 14 and CA. RGB value is (219,20,202). Sum of RGB (Red+Green+Blue) = 219+20+202=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14CA is #24EB35. Grayscale: #636363. Windows color (decimal): -2419510 or 13243611. OLE color: 13243611.
HSL color Cylindrical-coordinate representation of color #DB14CA: hue angle of 305.13º 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 #DB14CA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 202 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.14 |
| HSL | 305.13º | 0.83% | 0.47% | - |
| HSV(B) | 305.13º | 0.91% | 0.86% | - |
| XYZ | 40.12 | 19.82 | 57.59 | - |
| YUV | 100.25 | 185.43 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 202 | 0 | 0.91 | 0.08 | 0.14 | 305.13 | 0.83 | 0.47 |
| Hex | DB | 14 | CA | 0 | 5B | 8 | E | 131 | 53 | 2F |
| Octal | 333 | 24 | 312 | 0 | 133 | 10 | 16 | 461 | 123 | 57 |
| Binary | 11011011 | 10100 | 11001010 | 0 | 1011011 | 1000 | 1110 | 100110001 | 1010011 | 101111 |
Color Harmonies of #DB14CA
Complementary color
Monochromatic Colors of #DB14CA
Black with #DB14CA
Text Example
Text Example
White with #DB14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14CA; }
p { color: rgb(219,20,202); }
H1.HeaderClassName
{
color: #DB14CA;
}
.AnyTagClassName
{
color: #DB14CA;
}
</style>
background-color css
<style>
a { background-color: #DB14CA; }
a { background-color: rgb(219,20,202); }
div.DivClassName
{
background-color: #DB14CA;
}
.BgClassName
{
background-color: #DB14CA;
}
</style>
border-color css
<style>
span { border-color: #DB14CA; }
span { border-color: rgb(219,20,202); }
td.TdClassName
{
border-color: #DB14CA;
}
.TagClassName
{
border-color: #DB14CA;
}
</style>