Shades of Medium Violet Red #DB017A
Tints of Medium Violet Red #DB017A
RGB
CMYK
RGB Variations
Color information
#DB017A (or 0xDB017A) is known color: Medium Violet Red. HEX triplet: DB, 01 and 7A. RGB value is (219,1,122). Sum of RGB (Red+Green+Blue) = 219+1+122=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB017A is #24FE85. Grayscale: #4F4F4F. Windows color (decimal): -2424454 or 7995867. OLE color: 7995867.
HSL color Cylindrical-coordinate representation of color #DB017A: hue angle of 326.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB017A is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.14 |
| HSL | 326.7º | 0.99% | 0.43% | - |
| HSV(B) | 326.7º | 1% | 0.86% | - |
| XYZ | 32.74 | 16.49 | 19.87 | - |
| YUV | 79.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 122 | 0 | 1.00 | 0.44 | 0.14 | 326.7 | 0.99 | 0.43 |
| Hex | DB | 1 | 7A | 0 | 64 | 2C | E | 147 | 63 | 2B |
| Octal | 333 | 1 | 172 | 0 | 144 | 54 | 16 | 507 | 143 | 53 |
| Binary | 11011011 | 1 | 1111010 | 0 | 1100100 | 101100 | 1110 | 101000111 | 1100011 | 101011 |
Color Harmonies of #DB017A
Complementary color
Monochromatic Colors of #DB017A
Black with #DB017A
Text Example
Text Example
White with #DB017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB017A; }
p { color: rgb(219,1,122); }
H1.HeaderClassName
{
color: #DB017A;
}
.AnyTagClassName
{
color: #DB017A;
}
</style>
background-color css
<style>
a { background-color: #DB017A; }
a { background-color: rgb(219,1,122); }
div.DivClassName
{
background-color: #DB017A;
}
.BgClassName
{
background-color: #DB017A;
}
</style>
border-color css
<style>
span { border-color: #DB017A; }
span { border-color: rgb(219,1,122); }
td.TdClassName
{
border-color: #DB017A;
}
.TagClassName
{
border-color: #DB017A;
}
</style>