Shades of Medium Violet Red #DB0683
Tints of Medium Violet Red #DB0683
RGB
CMYK
RGB Variations
Color information
#DB0683 (or 0xDB0683) is known color: Medium Violet Red. HEX triplet: DB, 06 and 83. RGB value is (219,6,131). Sum of RGB (Red+Green+Blue) = 219+6+131=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0683 is #24F97C. Grayscale: #535353. Windows color (decimal): -2423165 or 8586971. OLE color: 8586971.
HSL color Cylindrical-coordinate representation of color #DB0683: hue angle of 324.79º 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 #DB0683 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 131 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.14 |
| HSL | 324.79º | 0.95% | 0.44% | - |
| HSV(B) | 324.79º | 0.97% | 0.86% | - |
| XYZ | 33.38 | 16.83 | 22.96 | - |
| YUV | 83.94 | 154.57 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 131 | 0 | 0.97 | 0.40 | 0.14 | 324.79 | 0.95 | 0.44 |
| Hex | DB | 6 | 83 | 0 | 61 | 28 | E | 145 | 5F | 2C |
| Octal | 333 | 6 | 203 | 0 | 141 | 50 | 16 | 505 | 137 | 54 |
| Binary | 11011011 | 110 | 10000011 | 0 | 1100001 | 101000 | 1110 | 101000101 | 1011111 | 101100 |
Color Harmonies of #DB0683
Complementary color
Monochromatic Colors of #DB0683
Black with #DB0683
Text Example
Text Example
White with #DB0683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0683; }
p { color: rgb(219,6,131); }
H1.HeaderClassName
{
color: #DB0683;
}
.AnyTagClassName
{
color: #DB0683;
}
</style>
background-color css
<style>
a { background-color: #DB0683; }
a { background-color: rgb(219,6,131); }
div.DivClassName
{
background-color: #DB0683;
}
.BgClassName
{
background-color: #DB0683;
}
</style>
border-color css
<style>
span { border-color: #DB0683; }
span { border-color: rgb(219,6,131); }
td.TdClassName
{
border-color: #DB0683;
}
.TagClassName
{
border-color: #DB0683;
}
</style>