Shades of Pale Violet Red #DB6099
Tints of Pale Violet Red #DB6099
RGB
CMYK
RGB Variations
Color information
#DB6099 (or 0xDB6099) is known color: Pale Violet Red. HEX triplet: DB, 60 and 99. RGB value is (219,96,153). Sum of RGB (Red+Green+Blue) = 219+96+153=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6099 is #249F66. Grayscale: #8B8B8B. Windows color (decimal): -2400103 or 10051803. OLE color: 10051803.
HSL color Cylindrical-coordinate representation of color #DB6099: hue angle of 332.2º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6099 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 153 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.14 |
| HSL | 332.2º | 0.63% | 0.62% | - |
| HSV(B) | 332.2º | 0.56% | 0.86% | - |
| XYZ | 39.15 | 25.73 | 33.04 | - |
| YUV | 139.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 153 | 0 | 0.56 | 0.30 | 0.14 | 332.2 | 0.63 | 0.62 |
| Hex | DB | 60 | 99 | 0 | 38 | 1E | E | 14C | 3F | 3E |
| Octal | 333 | 140 | 231 | 0 | 70 | 36 | 16 | 514 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10011001 | 0 | 111000 | 11110 | 1110 | 101001100 | 111111 | 111110 |
Color Harmonies of #DB6099
Complementary color
Monochromatic Colors of #DB6099
Black with #DB6099
Text Example
Text Example
White with #DB6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6099; }
p { color: rgb(219,96,153); }
H1.HeaderClassName
{
color: #DB6099;
}
.AnyTagClassName
{
color: #DB6099;
}
</style>
background-color css
<style>
a { background-color: #DB6099; }
a { background-color: rgb(219,96,153); }
div.DivClassName
{
background-color: #DB6099;
}
.BgClassName
{
background-color: #DB6099;
}
</style>
border-color css
<style>
span { border-color: #DB6099; }
span { border-color: rgb(219,96,153); }
td.TdClassName
{
border-color: #DB6099;
}
.TagClassName
{
border-color: #DB6099;
}
</style>