Shades of Pale Violet Red #DB5D8D
Tints of Pale Violet Red #DB5D8D
RGB
CMYK
RGB Variations
Color information
#DB5D8D (or 0xDB5D8D) is known color: Pale Violet Red. HEX triplet: DB, 5D and 8D. RGB value is (219,93,141). Sum of RGB (Red+Green+Blue) = 219+93+141=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D8D is #24A272. Grayscale: #888888. Windows color (decimal): -2400883 or 9264603. OLE color: 9264603.
HSL color Cylindrical-coordinate representation of color #DB5D8D: hue angle of 337.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D8D is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 141 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.14 |
| HSL | 337.14º | 0.64% | 0.61% | - |
| HSV(B) | 337.14º | 0.58% | 0.86% | - |
| XYZ | 37.94 | 24.81 | 27.99 | - |
| YUV | 136.15 | 130.74 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 141 | 0 | 0.58 | 0.36 | 0.14 | 337.14 | 0.64 | 0.61 |
| Hex | DB | 5D | 8D | 0 | 3A | 24 | E | 151 | 40 | 3D |
| Octal | 333 | 135 | 215 | 0 | 72 | 44 | 16 | 521 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10001101 | 0 | 111010 | 100100 | 1110 | 101010001 | 1000000 | 111101 |
Color Harmonies of #DB5D8D
Complementary color
Monochromatic Colors of #DB5D8D
Black with #DB5D8D
Text Example
Text Example
White with #DB5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D8D; }
p { color: rgb(219,93,141); }
H1.HeaderClassName
{
color: #DB5D8D;
}
.AnyTagClassName
{
color: #DB5D8D;
}
</style>
background-color css
<style>
a { background-color: #DB5D8D; }
a { background-color: rgb(219,93,141); }
div.DivClassName
{
background-color: #DB5D8D;
}
.BgClassName
{
background-color: #DB5D8D;
}
</style>
border-color css
<style>
span { border-color: #DB5D8D; }
span { border-color: rgb(219,93,141); }
td.TdClassName
{
border-color: #DB5D8D;
}
.TagClassName
{
border-color: #DB5D8D;
}
</style>