Shades of Pale Violet Red #DB6B93
Tints of Pale Violet Red #DB6B93
RGB
CMYK
RGB Variations
Color information
#DB6B93 (or 0xDB6B93) is known color: Pale Violet Red. HEX triplet: DB, 6B and 93. RGB value is (219,107,147). Sum of RGB (Red+Green+Blue) = 219+107+147=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B93 is #24946C. Grayscale: #919191. Windows color (decimal): -2397293 or 9661403. OLE color: 9661403.
HSL color Cylindrical-coordinate representation of color #DB6B93: hue angle of 338.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B93 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 147 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.14 |
| HSL | 338.57º | 0.61% | 0.64% | - |
| HSV(B) | 338.57º | 0.51% | 0.86% | - |
| XYZ | 39.74 | 27.68 | 30.85 | - |
| YUV | 145.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 147 | 0 | 0.51 | 0.33 | 0.14 | 338.57 | 0.61 | 0.64 |
| Hex | DB | 6B | 93 | 0 | 33 | 21 | E | 153 | 3D | 40 |
| Octal | 333 | 153 | 223 | 0 | 63 | 41 | 16 | 523 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10010011 | 0 | 110011 | 100001 | 1110 | 101010011 | 111101 | 1000000 |
Color Harmonies of #DB6B93
Complementary color
Monochromatic Colors of #DB6B93
Black with #DB6B93
Text Example
Text Example
White with #DB6B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B93; }
p { color: rgb(219,107,147); }
H1.HeaderClassName
{
color: #DB6B93;
}
.AnyTagClassName
{
color: #DB6B93;
}
</style>
background-color css
<style>
a { background-color: #DB6B93; }
a { background-color: rgb(219,107,147); }
div.DivClassName
{
background-color: #DB6B93;
}
.BgClassName
{
background-color: #DB6B93;
}
</style>
border-color css
<style>
span { border-color: #DB6B93; }
span { border-color: rgb(219,107,147); }
td.TdClassName
{
border-color: #DB6B93;
}
.TagClassName
{
border-color: #DB6B93;
}
</style>