Shades of Pale Violet Red #DB6A98
Tints of Pale Violet Red #DB6A98
RGB
CMYK
RGB Variations
Color information
#DB6A98 (or 0xDB6A98) is known color: Pale Violet Red. HEX triplet: DB, 6A and 98. RGB value is (219,106,152). Sum of RGB (Red+Green+Blue) = 219+106+152=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A98 is #249567. Grayscale: #909090. Windows color (decimal): -2397544 or 9988827. OLE color: 9988827.
HSL color Cylindrical-coordinate representation of color #DB6A98: hue angle of 335.58º 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 #DB6A98 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 152 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.14 |
| HSL | 335.58º | 0.61% | 0.64% | - |
| HSV(B) | 335.58º | 0.52% | 0.86% | - |
| XYZ | 40.03 | 27.64 | 32.93 | - |
| YUV | 145.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 152 | 0 | 0.52 | 0.31 | 0.14 | 335.58 | 0.61 | 0.64 |
| Hex | DB | 6A | 98 | 0 | 34 | 1F | E | 150 | 3D | 40 |
| Octal | 333 | 152 | 230 | 0 | 64 | 37 | 16 | 520 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10011000 | 0 | 110100 | 11111 | 1110 | 101010000 | 111101 | 1000000 |
Color Harmonies of #DB6A98
Complementary color
Monochromatic Colors of #DB6A98
Black with #DB6A98
Text Example
Text Example
White with #DB6A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A98; }
p { color: rgb(219,106,152); }
H1.HeaderClassName
{
color: #DB6A98;
}
.AnyTagClassName
{
color: #DB6A98;
}
</style>
background-color css
<style>
a { background-color: #DB6A98; }
a { background-color: rgb(219,106,152); }
div.DivClassName
{
background-color: #DB6A98;
}
.BgClassName
{
background-color: #DB6A98;
}
</style>
border-color css
<style>
span { border-color: #DB6A98; }
span { border-color: rgb(219,106,152); }
td.TdClassName
{
border-color: #DB6A98;
}
.TagClassName
{
border-color: #DB6A98;
}
</style>