Shades of Medium Violet Red #DB1692
Tints of Medium Violet Red #DB1692
RGB
CMYK
RGB Variations
Color information
#DB1692 (or 0xDB1692) is known color: Medium Violet Red. HEX triplet: DB, 16 and 92. RGB value is (219,22,146). Sum of RGB (Red+Green+Blue) = 219+22+146=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1692 is #24E96D. Grayscale: #5E5E5E. Windows color (decimal): -2419054 or 9574107. OLE color: 9574107.
HSL color Cylindrical-coordinate representation of color #DB1692: hue angle of 322.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1692 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 146 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.14 |
| HSL | 322.23º | 0.82% | 0.47% | - |
| HSV(B) | 322.23º | 0.9% | 0.86% | - |
| XYZ | 34.69 | 17.71 | 28.78 | - |
| YUV | 95.04 | 156.77 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 146 | 0 | 0.90 | 0.33 | 0.14 | 322.23 | 0.82 | 0.47 |
| Hex | DB | 16 | 92 | 0 | 5A | 21 | E | 142 | 52 | 2F |
| Octal | 333 | 26 | 222 | 0 | 132 | 41 | 16 | 502 | 122 | 57 |
| Binary | 11011011 | 10110 | 10010010 | 0 | 1011010 | 100001 | 1110 | 101000010 | 1010010 | 101111 |
Color Harmonies of #DB1692
Complementary color
Monochromatic Colors of #DB1692
Black with #DB1692
Text Example
Text Example
White with #DB1692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1692; }
p { color: rgb(219,22,146); }
H1.HeaderClassName
{
color: #DB1692;
}
.AnyTagClassName
{
color: #DB1692;
}
</style>
background-color css
<style>
a { background-color: #DB1692; }
a { background-color: rgb(219,22,146); }
div.DivClassName
{
background-color: #DB1692;
}
.BgClassName
{
background-color: #DB1692;
}
</style>
border-color css
<style>
span { border-color: #DB1692; }
span { border-color: rgb(219,22,146); }
td.TdClassName
{
border-color: #DB1692;
}
.TagClassName
{
border-color: #DB1692;
}
</style>