Shades of Medium Violet Red #DB068E
Tints of Medium Violet Red #DB068E
RGB
CMYK
RGB Variations
Color information
#DB068E (or 0xDB068E) is known color: Medium Violet Red. HEX triplet: DB, 06 and 8E. RGB value is (219,6,142). Sum of RGB (Red+Green+Blue) = 219+6+142=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB068E is #24F971. Grayscale: #545454. Windows color (decimal): -2423154 or 9307867. OLE color: 9307867.
HSL color Cylindrical-coordinate representation of color #DB068E: hue angle of 321.69º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB068E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.14 |
| HSL | 321.69º | 0.95% | 0.44% | - |
| HSV(B) | 321.69º | 0.97% | 0.86% | - |
| XYZ | 34.16 | 17.14 | 27.1 | - |
| YUV | 85.19 | 160.07 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 142 | 0 | 0.97 | 0.35 | 0.14 | 321.69 | 0.95 | 0.44 |
| Hex | DB | 6 | 8E | 0 | 61 | 23 | E | 142 | 5F | 2C |
| Octal | 333 | 6 | 216 | 0 | 141 | 43 | 16 | 502 | 137 | 54 |
| Binary | 11011011 | 110 | 10001110 | 0 | 1100001 | 100011 | 1110 | 101000010 | 1011111 | 101100 |
Color Harmonies of #DB068E
Complementary color
Monochromatic Colors of #DB068E
Black with #DB068E
Text Example
Text Example
White with #DB068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB068E; }
p { color: rgb(219,6,142); }
H1.HeaderClassName
{
color: #DB068E;
}
.AnyTagClassName
{
color: #DB068E;
}
</style>
background-color css
<style>
a { background-color: #DB068E; }
a { background-color: rgb(219,6,142); }
div.DivClassName
{
background-color: #DB068E;
}
.BgClassName
{
background-color: #DB068E;
}
</style>
border-color css
<style>
span { border-color: #DB068E; }
span { border-color: rgb(219,6,142); }
td.TdClassName
{
border-color: #DB068E;
}
.TagClassName
{
border-color: #DB068E;
}
</style>