Shades of Medium Violet Red #DB017E
Tints of Medium Violet Red #DB017E
RGB
CMYK
RGB Variations
Color information
#DB017E (or 0xDB017E) is known color: Medium Violet Red. HEX triplet: DB, 01 and 7E. RGB value is (219,1,126). Sum of RGB (Red+Green+Blue) = 219+1+126=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB017E is #24FE81. Grayscale: #505050. Windows color (decimal): -2424450 or 8258011. OLE color: 8258011.
HSL color Cylindrical-coordinate representation of color #DB017E: hue angle of 325.6º 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 #DB017E is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.14 |
| HSL | 325.6º | 0.99% | 0.43% | - |
| HSV(B) | 325.6º | 1% | 0.86% | - |
| XYZ | 32.99 | 16.59 | 21.2 | - |
| YUV | 80.43 | 153.72 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 126 | 0 | 1.00 | 0.42 | 0.14 | 325.6 | 0.99 | 0.43 |
| Hex | DB | 1 | 7E | 0 | 64 | 2A | E | 146 | 63 | 2B |
| Octal | 333 | 1 | 176 | 0 | 144 | 52 | 16 | 506 | 143 | 53 |
| Binary | 11011011 | 1 | 1111110 | 0 | 1100100 | 101010 | 1110 | 101000110 | 1100011 | 101011 |
Color Harmonies of #DB017E
Complementary color
Monochromatic Colors of #DB017E
Black with #DB017E
Text Example
Text Example
White with #DB017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB017E; }
p { color: rgb(219,1,126); }
H1.HeaderClassName
{
color: #DB017E;
}
.AnyTagClassName
{
color: #DB017E;
}
</style>
background-color css
<style>
a { background-color: #DB017E; }
a { background-color: rgb(219,1,126); }
div.DivClassName
{
background-color: #DB017E;
}
.BgClassName
{
background-color: #DB017E;
}
</style>
border-color css
<style>
span { border-color: #DB017E; }
span { border-color: rgb(219,1,126); }
td.TdClassName
{
border-color: #DB017E;
}
.TagClassName
{
border-color: #DB017E;
}
</style>