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