Shades of Pale Violet Red #DB7BA4
Tints of Pale Violet Red #DB7BA4
RGB
CMYK
RGB Variations
Color information
#DB7BA4 (or 0xDB7BA4) is known color: Pale Violet Red. HEX triplet: DB, 7B and A4. RGB value is (219,123,164). Sum of RGB (Red+Green+Blue) = 219+123+164=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BA4 is #24845B. Grayscale: #9C9C9C. Windows color (decimal): -2393180 or 10779611. OLE color: 10779611.
HSL color Cylindrical-coordinate representation of color #DB7BA4: hue angle of 334.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BA4 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 123 | 164 | - |
CMYK | 0 | 0.44 | 0.25 | 0.14 |
HSL | 334.38º | 0.57% | 0.67% | - |
HSV(B) | 334.38º | 0.44% | 0.86% | - |
XYZ | 43 | 31.91 | 39.01 | - |
YUV | 156.38 | 132.3 | 172.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 123 | 164 | 0 | 0.44 | 0.25 | 0.14 | 334.38 | 0.57 | 0.67 |
Hex | DB | 7B | A4 | 0 | 2C | 19 | E | 14E | 39 | 43 |
Octal | 333 | 173 | 244 | 0 | 54 | 31 | 16 | 516 | 71 | 103 |
Binary | 11011011 | 1111011 | 10100100 | 0 | 101100 | 11001 | 1110 | 101001110 | 111001 | 1000011 |
Color Harmonies of #DB7BA4
Complementary color
Monochromatic Colors of #DB7BA4
Black with #DB7BA4
Text Example
Text Example
White with #DB7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BA4; }
p { color: rgb(219,123,164); }
H1.HeaderClassName
{
color: #DB7BA4;
}
.AnyTagClassName
{
color: #DB7BA4;
}
</style>
background-color css
<style>
a { background-color: #DB7BA4; }
a { background-color: rgb(219,123,164); }
div.DivClassName
{
background-color: #DB7BA4;
}
.BgClassName
{
background-color: #DB7BA4;
}
</style>
border-color css
<style>
span { border-color: #DB7BA4; }
span { border-color: rgb(219,123,164); }
td.TdClassName
{
border-color: #DB7BA4;
}
.TagClassName
{
border-color: #DB7BA4;
}
</style>