Shades of Medium Violet Red #DB0290
Tints of Medium Violet Red #DB0290
RGB
CMYK
RGB Variations
Color information
#DB0290 (or 0xDB0290) is known color: Medium Violet Red. HEX triplet: DB, 02 and 90. RGB value is (219,2,144). Sum of RGB (Red+Green+Blue) = 219+2+144=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0290 is #24FD6F. Grayscale: #525252. Windows color (decimal): -2424176 or 9437915. OLE color: 9437915.
HSL color Cylindrical-coordinate representation of color #DB0290: hue angle of 320.74º 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 #DB0290 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.14 |
| HSL | 320.74º | 0.98% | 0.43% | - |
| HSV(B) | 320.74º | 0.99% | 0.86% | - |
| XYZ | 34.27 | 17.12 | 27.88 | - |
| YUV | 83.07 | 162.39 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 144 | 0 | 0.99 | 0.34 | 0.14 | 320.74 | 0.98 | 0.43 |
| Hex | DB | 2 | 90 | 0 | 63 | 22 | E | 141 | 62 | 2B |
| Octal | 333 | 2 | 220 | 0 | 143 | 42 | 16 | 501 | 142 | 53 |
| Binary | 11011011 | 10 | 10010000 | 0 | 1100011 | 100010 | 1110 | 101000001 | 1100010 | 101011 |
Color Harmonies of #DB0290
Complementary color
Monochromatic Colors of #DB0290
Black with #DB0290
Text Example
Text Example
White with #DB0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0290; }
p { color: rgb(219,2,144); }
H1.HeaderClassName
{
color: #DB0290;
}
.AnyTagClassName
{
color: #DB0290;
}
</style>
background-color css
<style>
a { background-color: #DB0290; }
a { background-color: rgb(219,2,144); }
div.DivClassName
{
background-color: #DB0290;
}
.BgClassName
{
background-color: #DB0290;
}
</style>
border-color css
<style>
span { border-color: #DB0290; }
span { border-color: rgb(219,2,144); }
td.TdClassName
{
border-color: #DB0290;
}
.TagClassName
{
border-color: #DB0290;
}
</style>