Shades of Medium Violet Red #DB1A8A
Tints of Medium Violet Red #DB1A8A
RGB
CMYK
RGB Variations
Color information
#DB1A8A (or 0xDB1A8A) is known color: Medium Violet Red. HEX triplet: DB, 1A and 8A. RGB value is (219,26,138). Sum of RGB (Red+Green+Blue) = 219+26+138=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1A8A is #24E575. Grayscale: #606060. Windows color (decimal): -2418038 or 9050843. OLE color: 9050843.
HSL color Cylindrical-coordinate representation of color #DB1A8A: hue angle of 325.18º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A8A is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 138 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.14 |
| HSL | 325.18º | 0.79% | 0.48% | - |
| HSV(B) | 325.18º | 0.88% | 0.86% | - |
| XYZ | 34.17 | 17.63 | 25.65 | - |
| YUV | 96.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 138 | 0 | 0.88 | 0.37 | 0.14 | 325.18 | 0.79 | 0.48 |
| Hex | DB | 1A | 8A | 0 | 58 | 25 | E | 145 | 4F | 30 |
| Octal | 333 | 32 | 212 | 0 | 130 | 45 | 16 | 505 | 117 | 60 |
| Binary | 11011011 | 11010 | 10001010 | 0 | 1011000 | 100101 | 1110 | 101000101 | 1001111 | 110000 |
Color Harmonies of #DB1A8A
Complementary color
Monochromatic Colors of #DB1A8A
Black with #DB1A8A
Text Example
Text Example
White with #DB1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A8A; }
p { color: rgb(219,26,138); }
H1.HeaderClassName
{
color: #DB1A8A;
}
.AnyTagClassName
{
color: #DB1A8A;
}
</style>
background-color css
<style>
a { background-color: #DB1A8A; }
a { background-color: rgb(219,26,138); }
div.DivClassName
{
background-color: #DB1A8A;
}
.BgClassName
{
background-color: #DB1A8A;
}
</style>
border-color css
<style>
span { border-color: #DB1A8A; }
span { border-color: rgb(219,26,138); }
td.TdClassName
{
border-color: #DB1A8A;
}
.TagClassName
{
border-color: #DB1A8A;
}
</style>