Shades of Medium Violet Red #DB1385
Tints of Medium Violet Red #DB1385
RGB
CMYK
RGB Variations
Color information
#DB1385 (or 0xDB1385) is known color: Medium Violet Red. HEX triplet: DB, 13 and 85. RGB value is (219,19,133). Sum of RGB (Red+Green+Blue) = 219+19+133=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1385 is #24EC7A. Grayscale: #5B5B5B. Windows color (decimal): -2419835 or 8721371. OLE color: 8721371.
HSL color Cylindrical-coordinate representation of color #DB1385: hue angle of 325.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1385 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.14 |
| HSL | 325.8º | 0.84% | 0.47% | - |
| HSV(B) | 325.8º | 0.91% | 0.86% | - |
| XYZ | 33.68 | 17.22 | 23.74 | - |
| YUV | 91.8 | 151.26 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 133 | 0 | 0.91 | 0.39 | 0.14 | 325.8 | 0.84 | 0.47 |
| Hex | DB | 13 | 85 | 0 | 5B | 27 | E | 146 | 54 | 2F |
| Octal | 333 | 23 | 205 | 0 | 133 | 47 | 16 | 506 | 124 | 57 |
| Binary | 11011011 | 10011 | 10000101 | 0 | 1011011 | 100111 | 1110 | 101000110 | 1010100 | 101111 |
Color Harmonies of #DB1385
Complementary color
Monochromatic Colors of #DB1385
Black with #DB1385
Text Example
Text Example
White with #DB1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1385; }
p { color: rgb(219,19,133); }
H1.HeaderClassName
{
color: #DB1385;
}
.AnyTagClassName
{
color: #DB1385;
}
</style>
background-color css
<style>
a { background-color: #DB1385; }
a { background-color: rgb(219,19,133); }
div.DivClassName
{
background-color: #DB1385;
}
.BgClassName
{
background-color: #DB1385;
}
</style>
border-color css
<style>
span { border-color: #DB1385; }
span { border-color: rgb(219,19,133); }
td.TdClassName
{
border-color: #DB1385;
}
.TagClassName
{
border-color: #DB1385;
}
</style>