Shades of Pale Violet Red #DB619B
Tints of Pale Violet Red #DB619B
RGB
CMYK
RGB Variations
Color information
#DB619B (or 0xDB619B) is known color: Pale Violet Red. HEX triplet: DB, 61 and 9B. RGB value is (219,97,155). Sum of RGB (Red+Green+Blue) = 219+97+155=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB619B is #249E64. Grayscale: #8B8B8B. Windows color (decimal): -2399845 or 10183131. OLE color: 10183131.
HSL color Cylindrical-coordinate representation of color #DB619B: hue angle of 331.48º 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 #DB619B is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 155 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.14 |
| HSL | 331.48º | 0.63% | 0.62% | - |
| HSV(B) | 331.48º | 0.56% | 0.86% | - |
| XYZ | 39.4 | 25.98 | 33.95 | - |
| YUV | 140.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 155 | 0 | 0.56 | 0.29 | 0.14 | 331.48 | 0.63 | 0.62 |
| Hex | DB | 61 | 9B | 0 | 38 | 1D | E | 14B | 3F | 3E |
| Octal | 333 | 141 | 233 | 0 | 70 | 35 | 16 | 513 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10011011 | 0 | 111000 | 11101 | 1110 | 101001011 | 111111 | 111110 |
Color Harmonies of #DB619B
Complementary color
Monochromatic Colors of #DB619B
Black with #DB619B
Text Example
Text Example
White with #DB619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB619B; }
p { color: rgb(219,97,155); }
H1.HeaderClassName
{
color: #DB619B;
}
.AnyTagClassName
{
color: #DB619B;
}
</style>
background-color css
<style>
a { background-color: #DB619B; }
a { background-color: rgb(219,97,155); }
div.DivClassName
{
background-color: #DB619B;
}
.BgClassName
{
background-color: #DB619B;
}
</style>
border-color css
<style>
span { border-color: #DB619B; }
span { border-color: rgb(219,97,155); }
td.TdClassName
{
border-color: #DB619B;
}
.TagClassName
{
border-color: #DB619B;
}
</style>