Shades of Medium Violet Red #DB068C
Tints of Medium Violet Red #DB068C
RGB
CMYK
RGB Variations
Color information
#DB068C (or 0xDB068C) is known color: Medium Violet Red. HEX triplet: DB, 06 and 8C. RGB value is (219,6,140). Sum of RGB (Red+Green+Blue) = 219+6+140=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB068C is #24F973. Grayscale: #545454. Windows color (decimal): -2423156 or 9176795. OLE color: 9176795.
HSL color Cylindrical-coordinate representation of color #DB068C: hue angle of 322.25º 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 #DB068C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.14 |
| HSL | 322.25º | 0.95% | 0.44% | - |
| HSV(B) | 322.25º | 0.97% | 0.86% | - |
| XYZ | 34.01 | 17.08 | 26.32 | - |
| YUV | 84.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 140 | 0 | 0.97 | 0.36 | 0.14 | 322.25 | 0.95 | 0.44 |
| Hex | DB | 6 | 8C | 0 | 61 | 24 | E | 142 | 5F | 2C |
| Octal | 333 | 6 | 214 | 0 | 141 | 44 | 16 | 502 | 137 | 54 |
| Binary | 11011011 | 110 | 10001100 | 0 | 1100001 | 100100 | 1110 | 101000010 | 1011111 | 101100 |
Color Harmonies of #DB068C
Complementary color
Monochromatic Colors of #DB068C
Black with #DB068C
Text Example
Text Example
White with #DB068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB068C; }
p { color: rgb(219,6,140); }
H1.HeaderClassName
{
color: #DB068C;
}
.AnyTagClassName
{
color: #DB068C;
}
</style>
background-color css
<style>
a { background-color: #DB068C; }
a { background-color: rgb(219,6,140); }
div.DivClassName
{
background-color: #DB068C;
}
.BgClassName
{
background-color: #DB068C;
}
</style>
border-color css
<style>
span { border-color: #DB068C; }
span { border-color: rgb(219,6,140); }
td.TdClassName
{
border-color: #DB068C;
}
.TagClassName
{
border-color: #DB068C;
}
</style>