Shades of Pale Violet Red #DB5F8D
Tints of Pale Violet Red #DB5F8D
RGB
CMYK
RGB Variations
Color information
#DB5F8D (or 0xDB5F8D) is known color: Pale Violet Red. HEX triplet: DB, 5F and 8D. RGB value is (219,95,141). Sum of RGB (Red+Green+Blue) = 219+95+141=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F8D is #24A072. Grayscale: #898989. Windows color (decimal): -2400371 or 9265115. OLE color: 9265115.
HSL color Cylindrical-coordinate representation of color #DB5F8D: hue angle of 337.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F8D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 141 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.14 |
| HSL | 337.74º | 0.63% | 0.62% | - |
| HSV(B) | 337.74º | 0.57% | 0.86% | - |
| XYZ | 38.11 | 25.17 | 28.05 | - |
| YUV | 137.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 141 | 0 | 0.57 | 0.36 | 0.14 | 337.74 | 0.63 | 0.62 |
| Hex | DB | 5F | 8D | 0 | 39 | 24 | E | 152 | 3F | 3E |
| Octal | 333 | 137 | 215 | 0 | 71 | 44 | 16 | 522 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10001101 | 0 | 111001 | 100100 | 1110 | 101010010 | 111111 | 111110 |
Color Harmonies of #DB5F8D
Complementary color
Monochromatic Colors of #DB5F8D
Black with #DB5F8D
Text Example
Text Example
White with #DB5F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F8D; }
p { color: rgb(219,95,141); }
H1.HeaderClassName
{
color: #DB5F8D;
}
.AnyTagClassName
{
color: #DB5F8D;
}
</style>
background-color css
<style>
a { background-color: #DB5F8D; }
a { background-color: rgb(219,95,141); }
div.DivClassName
{
background-color: #DB5F8D;
}
.BgClassName
{
background-color: #DB5F8D;
}
</style>
border-color css
<style>
span { border-color: #DB5F8D; }
span { border-color: rgb(219,95,141); }
td.TdClassName
{
border-color: #DB5F8D;
}
.TagClassName
{
border-color: #DB5F8D;
}
</style>