Shades of Medium Violet Red #DB028E
Tints of Medium Violet Red #DB028E
RGB
CMYK
RGB Variations
Color information
#DB028E (or 0xDB028E) is known color: Medium Violet Red. HEX triplet: DB, 02 and 8E. RGB value is (219,2,142). Sum of RGB (Red+Green+Blue) = 219+2+142=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB028E is #24FD71. Grayscale: #525252. Windows color (decimal): -2424178 or 9306843. OLE color: 9306843.
HSL color Cylindrical-coordinate representation of color #DB028E: hue angle of 321.29º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB028E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.14 |
| HSL | 321.29º | 0.98% | 0.43% | - |
| HSV(B) | 321.29º | 0.99% | 0.86% | - |
| XYZ | 34.12 | 17.06 | 27.09 | - |
| YUV | 82.84 | 161.39 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 142 | 0 | 0.99 | 0.35 | 0.14 | 321.29 | 0.98 | 0.43 |
| Hex | DB | 2 | 8E | 0 | 63 | 23 | E | 141 | 62 | 2B |
| Octal | 333 | 2 | 216 | 0 | 143 | 43 | 16 | 501 | 142 | 53 |
| Binary | 11011011 | 10 | 10001110 | 0 | 1100011 | 100011 | 1110 | 101000001 | 1100010 | 101011 |
Color Harmonies of #DB028E
Complementary color
Monochromatic Colors of #DB028E
Black with #DB028E
Text Example
Text Example
White with #DB028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB028E; }
p { color: rgb(219,2,142); }
H1.HeaderClassName
{
color: #DB028E;
}
.AnyTagClassName
{
color: #DB028E;
}
</style>
background-color css
<style>
a { background-color: #DB028E; }
a { background-color: rgb(219,2,142); }
div.DivClassName
{
background-color: #DB028E;
}
.BgClassName
{
background-color: #DB028E;
}
</style>
border-color css
<style>
span { border-color: #DB028E; }
span { border-color: rgb(219,2,142); }
td.TdClassName
{
border-color: #DB028E;
}
.TagClassName
{
border-color: #DB028E;
}
</style>