Shades of Pale Violet Red #DB6F9B
Tints of Pale Violet Red #DB6F9B
RGB
CMYK
RGB Variations
Color information
#DB6F9B (or 0xDB6F9B) is known color: Pale Violet Red. HEX triplet: DB, 6F and 9B. RGB value is (219,111,155). Sum of RGB (Red+Green+Blue) = 219+111+155=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F9B is #249064. Grayscale: #949494. Windows color (decimal): -2396261 or 10186715. OLE color: 10186715.
HSL color Cylindrical-coordinate representation of color #DB6F9B: hue angle of 335.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F9B is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 111 | 155 | - |
CMYK | 0 | 0.49 | 0.29 | 0.14 |
HSL | 335.56º | 0.6% | 0.65% | - |
HSV(B) | 335.56º | 0.49% | 0.86% | - |
XYZ | 40.81 | 28.8 | 34.42 | - |
YUV | 148.31 | 131.78 | 178.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 111 | 155 | 0 | 0.49 | 0.29 | 0.14 | 335.56 | 0.6 | 0.65 |
Hex | DB | 6F | 9B | 0 | 31 | 1D | E | 150 | 3C | 41 |
Octal | 333 | 157 | 233 | 0 | 61 | 35 | 16 | 520 | 74 | 101 |
Binary | 11011011 | 1101111 | 10011011 | 0 | 110001 | 11101 | 1110 | 101010000 | 111100 | 1000001 |
Color Harmonies of #DB6F9B
Complementary color
Monochromatic Colors of #DB6F9B
Black with #DB6F9B
Text Example
Text Example
White with #DB6F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F9B; }
p { color: rgb(219,111,155); }
H1.HeaderClassName
{
color: #DB6F9B;
}
.AnyTagClassName
{
color: #DB6F9B;
}
</style>
background-color css
<style>
a { background-color: #DB6F9B; }
a { background-color: rgb(219,111,155); }
div.DivClassName
{
background-color: #DB6F9B;
}
.BgClassName
{
background-color: #DB6F9B;
}
</style>
border-color css
<style>
span { border-color: #DB6F9B; }
span { border-color: rgb(219,111,155); }
td.TdClassName
{
border-color: #DB6F9B;
}
.TagClassName
{
border-color: #DB6F9B;
}
</style>