Shades of Medium Violet Red #DB027F
Tints of Medium Violet Red #DB027F
RGB
CMYK
RGB Variations
Color information
#DB027F (or 0xDB027F) is known color: Medium Violet Red. HEX triplet: DB, 02 and 7F. RGB value is (219,2,127). Sum of RGB (Red+Green+Blue) = 219+2+127=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB027F is #24FD80. Grayscale: #505050. Windows color (decimal): -2424193 or 8323803. OLE color: 8323803.
HSL color Cylindrical-coordinate representation of color #DB027F: hue angle of 325.44º 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 #DB027F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.14 |
| HSL | 325.44º | 0.98% | 0.43% | - |
| HSV(B) | 325.44º | 0.99% | 0.86% | - |
| XYZ | 33.07 | 16.64 | 21.55 | - |
| YUV | 81.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 127 | 0 | 0.99 | 0.42 | 0.14 | 325.44 | 0.98 | 0.43 |
| Hex | DB | 2 | 7F | 0 | 63 | 2A | E | 145 | 62 | 2B |
| Octal | 333 | 2 | 177 | 0 | 143 | 52 | 16 | 505 | 142 | 53 |
| Binary | 11011011 | 10 | 1111111 | 0 | 1100011 | 101010 | 1110 | 101000101 | 1100010 | 101011 |
Color Harmonies of #DB027F
Complementary color
Monochromatic Colors of #DB027F
Black with #DB027F
Text Example
Text Example
White with #DB027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB027F; }
p { color: rgb(219,2,127); }
H1.HeaderClassName
{
color: #DB027F;
}
.AnyTagClassName
{
color: #DB027F;
}
</style>
background-color css
<style>
a { background-color: #DB027F; }
a { background-color: rgb(219,2,127); }
div.DivClassName
{
background-color: #DB027F;
}
.BgClassName
{
background-color: #DB027F;
}
</style>
border-color css
<style>
span { border-color: #DB027F; }
span { border-color: rgb(219,2,127); }
td.TdClassName
{
border-color: #DB027F;
}
.TagClassName
{
border-color: #DB027F;
}
</style>