Shades of Medium Violet Red #DB018C
Tints of Medium Violet Red #DB018C
RGB
CMYK
RGB Variations
Color information
#DB018C (or 0xDB018C) is known color: Medium Violet Red. HEX triplet: DB, 01 and 8C. RGB value is (219,1,140). Sum of RGB (Red+Green+Blue) = 219+1+140=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB018C is #24FE73. Grayscale: #515151. Windows color (decimal): -2424436 or 9175515. OLE color: 9175515.
HSL color Cylindrical-coordinate representation of color #DB018C: hue angle of 321.74º 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 #DB018C is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.14 |
| HSL | 321.74º | 0.99% | 0.43% | - |
| HSV(B) | 321.74º | 1% | 0.86% | - |
| XYZ | 33.96 | 16.98 | 26.3 | - |
| YUV | 82.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 140 | 0 | 1.00 | 0.36 | 0.14 | 321.74 | 0.99 | 0.43 |
| Hex | DB | 1 | 8C | 0 | 64 | 24 | E | 142 | 63 | 2B |
| Octal | 333 | 1 | 214 | 0 | 144 | 44 | 16 | 502 | 143 | 53 |
| Binary | 11011011 | 1 | 10001100 | 0 | 1100100 | 100100 | 1110 | 101000010 | 1100011 | 101011 |
Color Harmonies of #DB018C
Complementary color
Monochromatic Colors of #DB018C
Black with #DB018C
Text Example
Text Example
White with #DB018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB018C; }
p { color: rgb(219,1,140); }
H1.HeaderClassName
{
color: #DB018C;
}
.AnyTagClassName
{
color: #DB018C;
}
</style>
background-color css
<style>
a { background-color: #DB018C; }
a { background-color: rgb(219,1,140); }
div.DivClassName
{
background-color: #DB018C;
}
.BgClassName
{
background-color: #DB018C;
}
</style>
border-color css
<style>
span { border-color: #DB018C; }
span { border-color: rgb(219,1,140); }
td.TdClassName
{
border-color: #DB018C;
}
.TagClassName
{
border-color: #DB018C;
}
</style>