Shades of Medium Violet Red #DB1A8F
Tints of Medium Violet Red #DB1A8F
RGB
CMYK
RGB Variations
Color information
#DB1A8F (or 0xDB1A8F) is known color: Medium Violet Red. HEX triplet: DB, 1A and 8F. RGB value is (219,26,143). Sum of RGB (Red+Green+Blue) = 219+26+143=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1A8F is #24E570. Grayscale: #606060. Windows color (decimal): -2418033 or 9378523. OLE color: 9378523.
HSL color Cylindrical-coordinate representation of color #DB1A8F: hue angle of 323.63º 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 #DB1A8F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 26 | 143 | - |
CMYK | 0 | 0.88 | 0.35 | 0.14 |
HSL | 323.63º | 0.79% | 0.48% | - |
HSV(B) | 323.63º | 0.88% | 0.86% | - |
XYZ | 34.54 | 17.78 | 27.6 | - |
YUV | 97.05 | 153.94 | 214.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 26 | 143 | 0 | 0.88 | 0.35 | 0.14 | 323.63 | 0.79 | 0.48 |
Hex | DB | 1A | 8F | 0 | 58 | 23 | E | 144 | 4F | 30 |
Octal | 333 | 32 | 217 | 0 | 130 | 43 | 16 | 504 | 117 | 60 |
Binary | 11011011 | 11010 | 10001111 | 0 | 1011000 | 100011 | 1110 | 101000100 | 1001111 | 110000 |
Color Harmonies of #DB1A8F
Complementary color
Monochromatic Colors of #DB1A8F
Black with #DB1A8F
Text Example
Text Example
White with #DB1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A8F; }
p { color: rgb(219,26,143); }
H1.HeaderClassName
{
color: #DB1A8F;
}
.AnyTagClassName
{
color: #DB1A8F;
}
</style>
background-color css
<style>
a { background-color: #DB1A8F; }
a { background-color: rgb(219,26,143); }
div.DivClassName
{
background-color: #DB1A8F;
}
.BgClassName
{
background-color: #DB1A8F;
}
</style>
border-color css
<style>
span { border-color: #DB1A8F; }
span { border-color: rgb(219,26,143); }
td.TdClassName
{
border-color: #DB1A8F;
}
.TagClassName
{
border-color: #DB1A8F;
}
</style>