Shades of Pale Violet Red #DB6698
Tints of Pale Violet Red #DB6698
RGB
CMYK
RGB Variations
Color information
#DB6698 (or 0xDB6698) is known color: Pale Violet Red. HEX triplet: DB, 66 and 98. RGB value is (219,102,152). Sum of RGB (Red+Green+Blue) = 219+102+152=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6698 is #249967. Grayscale: #8E8E8E. Windows color (decimal): -2398568 or 9987803. OLE color: 9987803.
HSL color Cylindrical-coordinate representation of color #DB6698: hue angle of 334.36º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6698 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 152 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.14 |
| HSL | 334.36º | 0.62% | 0.63% | - |
| HSV(B) | 334.36º | 0.53% | 0.86% | - |
| XYZ | 39.63 | 26.83 | 32.8 | - |
| YUV | 142.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 152 | 0 | 0.53 | 0.31 | 0.14 | 334.36 | 0.62 | 0.63 |
| Hex | DB | 66 | 98 | 0 | 35 | 1F | E | 14E | 3E | 3F |
| Octal | 333 | 146 | 230 | 0 | 65 | 37 | 16 | 516 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10011000 | 0 | 110101 | 11111 | 1110 | 101001110 | 111110 | 111111 |
Color Harmonies of #DB6698
Complementary color
Monochromatic Colors of #DB6698
Black with #DB6698
Text Example
Text Example
White with #DB6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6698; }
p { color: rgb(219,102,152); }
H1.HeaderClassName
{
color: #DB6698;
}
.AnyTagClassName
{
color: #DB6698;
}
</style>
background-color css
<style>
a { background-color: #DB6698; }
a { background-color: rgb(219,102,152); }
div.DivClassName
{
background-color: #DB6698;
}
.BgClassName
{
background-color: #DB6698;
}
</style>
border-color css
<style>
span { border-color: #DB6698; }
span { border-color: rgb(219,102,152); }
td.TdClassName
{
border-color: #DB6698;
}
.TagClassName
{
border-color: #DB6698;
}
</style>