Shades of Medium Violet Red #DB1285
Tints of Medium Violet Red #DB1285
RGB
CMYK
RGB Variations
Color information
#DB1285 (or 0xDB1285) is known color: Medium Violet Red. HEX triplet: DB, 12 and 85. RGB value is (219,18,133). Sum of RGB (Red+Green+Blue) = 219+18+133=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1285 is #24ED7A. Grayscale: #5A5A5A. Windows color (decimal): -2420091 or 8721115. OLE color: 8721115.
HSL color Cylindrical-coordinate representation of color #DB1285: hue angle of 325.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1285 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 133 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.14 |
| HSL | 325.67º | 0.85% | 0.46% | - |
| HSV(B) | 325.67º | 0.92% | 0.86% | - |
| XYZ | 33.66 | 17.19 | 23.73 | - |
| YUV | 91.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 133 | 0 | 0.92 | 0.39 | 0.14 | 325.67 | 0.85 | 0.46 |
| Hex | DB | 12 | 85 | 0 | 5C | 27 | E | 146 | 55 | 2E |
| Octal | 333 | 22 | 205 | 0 | 134 | 47 | 16 | 506 | 125 | 56 |
| Binary | 11011011 | 10010 | 10000101 | 0 | 1011100 | 100111 | 1110 | 101000110 | 1010101 | 101110 |
Color Harmonies of #DB1285
Complementary color
Monochromatic Colors of #DB1285
Black with #DB1285
Text Example
Text Example
White with #DB1285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1285; }
p { color: rgb(219,18,133); }
H1.HeaderClassName
{
color: #DB1285;
}
.AnyTagClassName
{
color: #DB1285;
}
</style>
background-color css
<style>
a { background-color: #DB1285; }
a { background-color: rgb(219,18,133); }
div.DivClassName
{
background-color: #DB1285;
}
.BgClassName
{
background-color: #DB1285;
}
</style>
border-color css
<style>
span { border-color: #DB1285; }
span { border-color: rgb(219,18,133); }
td.TdClassName
{
border-color: #DB1285;
}
.TagClassName
{
border-color: #DB1285;
}
</style>