Shades of Medium Violet Red #DB017C
Tints of Medium Violet Red #DB017C
RGB
CMYK
RGB Variations
Color information
#DB017C (or 0xDB017C) is known color: Medium Violet Red. HEX triplet: DB, 01 and 7C. RGB value is (219,1,124). Sum of RGB (Red+Green+Blue) = 219+1+124=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB017C is #24FE83. Grayscale: #4F4F4F. Windows color (decimal): -2424452 or 8126939. OLE color: 8126939.
HSL color Cylindrical-coordinate representation of color #DB017C: hue angle of 326.15º 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 #DB017C is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.14 |
| HSL | 326.15º | 0.99% | 0.43% | - |
| HSV(B) | 326.15º | 1% | 0.86% | - |
| XYZ | 32.86 | 16.54 | 20.53 | - |
| YUV | 80.2 | 152.72 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 124 | 0 | 1.00 | 0.43 | 0.14 | 326.15 | 0.99 | 0.43 |
| Hex | DB | 1 | 7C | 0 | 64 | 2B | E | 146 | 63 | 2B |
| Octal | 333 | 1 | 174 | 0 | 144 | 53 | 16 | 506 | 143 | 53 |
| Binary | 11011011 | 1 | 1111100 | 0 | 1100100 | 101011 | 1110 | 101000110 | 1100011 | 101011 |
Color Harmonies of #DB017C
Complementary color
Monochromatic Colors of #DB017C
Black with #DB017C
Text Example
Text Example
White with #DB017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB017C; }
p { color: rgb(219,1,124); }
H1.HeaderClassName
{
color: #DB017C;
}
.AnyTagClassName
{
color: #DB017C;
}
</style>
background-color css
<style>
a { background-color: #DB017C; }
a { background-color: rgb(219,1,124); }
div.DivClassName
{
background-color: #DB017C;
}
.BgClassName
{
background-color: #DB017C;
}
</style>
border-color css
<style>
span { border-color: #DB017C; }
span { border-color: rgb(219,1,124); }
td.TdClassName
{
border-color: #DB017C;
}
.TagClassName
{
border-color: #DB017C;
}
</style>