Shades of Medium Violet Red #DB018A
Tints of Medium Violet Red #DB018A
RGB
CMYK
RGB Variations
Color information
#DB018A (or 0xDB018A) is known color: Medium Violet Red. HEX triplet: DB, 01 and 8A. RGB value is (219,1,138). Sum of RGB (Red+Green+Blue) = 219+1+138=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB018A is #24FE75. Grayscale: #515151. Windows color (decimal): -2424438 or 9044443. OLE color: 9044443.
HSL color Cylindrical-coordinate representation of color #DB018A: hue angle of 322.29º 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 #DB018A is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.14 |
| HSL | 322.29º | 0.99% | 0.43% | - |
| HSV(B) | 322.29º | 1% | 0.86% | - |
| XYZ | 33.81 | 16.92 | 25.53 | - |
| YUV | 81.8 | 159.72 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 138 | 0 | 1.00 | 0.37 | 0.14 | 322.29 | 0.99 | 0.43 |
| Hex | DB | 1 | 8A | 0 | 64 | 25 | E | 142 | 63 | 2B |
| Octal | 333 | 1 | 212 | 0 | 144 | 45 | 16 | 502 | 143 | 53 |
| Binary | 11011011 | 1 | 10001010 | 0 | 1100100 | 100101 | 1110 | 101000010 | 1100011 | 101011 |
Color Harmonies of #DB018A
Complementary color
Monochromatic Colors of #DB018A
Black with #DB018A
Text Example
Text Example
White with #DB018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB018A; }
p { color: rgb(219,1,138); }
H1.HeaderClassName
{
color: #DB018A;
}
.AnyTagClassName
{
color: #DB018A;
}
</style>
background-color css
<style>
a { background-color: #DB018A; }
a { background-color: rgb(219,1,138); }
div.DivClassName
{
background-color: #DB018A;
}
.BgClassName
{
background-color: #DB018A;
}
</style>
border-color css
<style>
span { border-color: #DB018A; }
span { border-color: rgb(219,1,138); }
td.TdClassName
{
border-color: #DB018A;
}
.TagClassName
{
border-color: #DB018A;
}
</style>