Shades of Medium Violet Red #DB008C
Tints of Medium Violet Red #DB008C
RGB
CMYK
RGB Variations
Color information
#DB008C (or 0xDB008C) is known color: Medium Violet Red. HEX triplet: DB, 00 and 8C. RGB value is (219,0,140). Sum of RGB (Red+Green+Blue) = 219+0+140=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB008C is #24FF73. Grayscale: #515151. Windows color (decimal): -2424692 or 9175259. OLE color: 9175259.
HSL color Cylindrical-coordinate representation of color #DB008C: hue angle of 321.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB008C is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.36 | 0.14 |
| HSL | 321.64º | 1% | 0.43% | - |
| HSV(B) | 321.64º | 1% | 0.86% | - |
| XYZ | 33.95 | 16.95 | 26.29 | - |
| YUV | 81.44 | 161.05 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 140 | 0 | 1 | 0.36 | 0.14 | 321.64 | 1 | 0.43 |
| Hex | DB | 0 | 8C | 0 | 64 | 24 | E | 142 | 64 | 2B |
| Octal | 333 | 0 | 214 | 0 | 144 | 44 | 16 | 502 | 144 | 53 |
| Binary | 11011011 | 0 | 10001100 | 0 | 1100100 | 100100 | 1110 | 101000010 | 1100100 | 101011 |
Color Harmonies of #DB008C
Complementary color
Monochromatic Colors of #DB008C
Black with #DB008C
Text Example
Text Example
White with #DB008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB008C; }
p { color: rgb(219,0,140); }
H1.HeaderClassName
{
color: #DB008C;
}
.AnyTagClassName
{
color: #DB008C;
}
</style>
background-color css
<style>
a { background-color: #DB008C; }
a { background-color: rgb(219,0,140); }
div.DivClassName
{
background-color: #DB008C;
}
.BgClassName
{
background-color: #DB008C;
}
</style>
border-color css
<style>
span { border-color: #DB008C; }
span { border-color: rgb(219,0,140); }
td.TdClassName
{
border-color: #DB008C;
}
.TagClassName
{
border-color: #DB008C;
}
</style>