Shades of Pale Violet Red #DB6299
Tints of Pale Violet Red #DB6299
RGB
CMYK
RGB Variations
Color information
#DB6299 (or 0xDB6299) is known color: Pale Violet Red. HEX triplet: DB, 62 and 99. RGB value is (219,98,153). Sum of RGB (Red+Green+Blue) = 219+98+153=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6299 is #249D66. Grayscale: #8C8C8C. Windows color (decimal): -2399591 or 10052315. OLE color: 10052315.
HSL color Cylindrical-coordinate representation of color #DB6299: hue angle of 332.73º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6299 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 153 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.14 |
| HSL | 332.73º | 0.63% | 0.62% | - |
| HSV(B) | 332.73º | 0.55% | 0.86% | - |
| XYZ | 39.33 | 26.1 | 33.1 | - |
| YUV | 140.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 153 | 0 | 0.55 | 0.30 | 0.14 | 332.73 | 0.63 | 0.62 |
| Hex | DB | 62 | 99 | 0 | 37 | 1E | E | 14D | 3F | 3E |
| Octal | 333 | 142 | 231 | 0 | 67 | 36 | 16 | 515 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10011001 | 0 | 110111 | 11110 | 1110 | 101001101 | 111111 | 111110 |
Color Harmonies of #DB6299
Complementary color
Monochromatic Colors of #DB6299
Black with #DB6299
Text Example
Text Example
White with #DB6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6299; }
p { color: rgb(219,98,153); }
H1.HeaderClassName
{
color: #DB6299;
}
.AnyTagClassName
{
color: #DB6299;
}
</style>
background-color css
<style>
a { background-color: #DB6299; }
a { background-color: rgb(219,98,153); }
div.DivClassName
{
background-color: #DB6299;
}
.BgClassName
{
background-color: #DB6299;
}
</style>
border-color css
<style>
span { border-color: #DB6299; }
span { border-color: rgb(219,98,153); }
td.TdClassName
{
border-color: #DB6299;
}
.TagClassName
{
border-color: #DB6299;
}
</style>