Shades of Pale Violet Red #DB6A92
Tints of Pale Violet Red #DB6A92
RGB
CMYK
RGB Variations
Color information
#DB6A92 (or 0xDB6A92) is known color: Pale Violet Red. HEX triplet: DB, 6A and 92. RGB value is (219,106,146). Sum of RGB (Red+Green+Blue) = 219+106+146=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A92 is #24956D. Grayscale: #909090. Windows color (decimal): -2397550 or 9595611. OLE color: 9595611.
HSL color Cylindrical-coordinate representation of color #DB6A92: hue angle of 338.76º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A92 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 146 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.14 |
| HSL | 338.76º | 0.61% | 0.64% | - |
| HSV(B) | 338.76º | 0.52% | 0.86% | - |
| XYZ | 39.56 | 27.44 | 30.41 | - |
| YUV | 144.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 146 | 0 | 0.52 | 0.33 | 0.14 | 338.76 | 0.61 | 0.64 |
| Hex | DB | 6A | 92 | 0 | 34 | 21 | E | 153 | 3D | 40 |
| Octal | 333 | 152 | 222 | 0 | 64 | 41 | 16 | 523 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10010010 | 0 | 110100 | 100001 | 1110 | 101010011 | 111101 | 1000000 |
Color Harmonies of #DB6A92
Complementary color
Monochromatic Colors of #DB6A92
Black with #DB6A92
Text Example
Text Example
White with #DB6A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A92; }
p { color: rgb(219,106,146); }
H1.HeaderClassName
{
color: #DB6A92;
}
.AnyTagClassName
{
color: #DB6A92;
}
</style>
background-color css
<style>
a { background-color: #DB6A92; }
a { background-color: rgb(219,106,146); }
div.DivClassName
{
background-color: #DB6A92;
}
.BgClassName
{
background-color: #DB6A92;
}
</style>
border-color css
<style>
span { border-color: #DB6A92; }
span { border-color: rgb(219,106,146); }
td.TdClassName
{
border-color: #DB6A92;
}
.TagClassName
{
border-color: #DB6A92;
}
</style>