Shades of Pale Violet Red #DF7BA0
Tints of Pale Violet Red #DF7BA0
RGB
CMYK
RGB Variations
Color information
#DF7BA0 (or 0xDF7BA0) is known color: Pale Violet Red. HEX triplet: DF, 7B and A0. RGB value is (223,123,160). Sum of RGB (Red+Green+Blue) = 223+123+160=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BA0 is #20845F. Grayscale: #9D9D9D. Windows color (decimal): -2131040 or 10517471. OLE color: 10517471.
HSL color Cylindrical-coordinate representation of color #DF7BA0: hue angle of 337.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7BA0 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 160 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.13 |
| HSL | 337.8º | 0.61% | 0.68% | - |
| HSV(B) | 337.8º | 0.45% | 0.87% | - |
| XYZ | 43.86 | 32.39 | 37.2 | - |
| YUV | 157.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 160 | 0 | 0.45 | 0.28 | 0.13 | 337.8 | 0.61 | 0.68 |
| Hex | DF | 7B | A0 | 0 | 2D | 1C | D | 152 | 3D | 44 |
| Octal | 337 | 173 | 240 | 0 | 55 | 34 | 15 | 522 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10100000 | 0 | 101101 | 11100 | 1101 | 101010010 | 111101 | 1000100 |
Color Harmonies of #DF7BA0
Complementary color
Monochromatic Colors of #DF7BA0
Black with #DF7BA0
Text Example
Text Example
White with #DF7BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BA0; }
p { color: rgb(223,123,160); }
H1.HeaderClassName
{
color: #DF7BA0;
}
.AnyTagClassName
{
color: #DF7BA0;
}
</style>
background-color css
<style>
a { background-color: #DF7BA0; }
a { background-color: rgb(223,123,160); }
div.DivClassName
{
background-color: #DF7BA0;
}
.BgClassName
{
background-color: #DF7BA0;
}
</style>
border-color css
<style>
span { border-color: #DF7BA0; }
span { border-color: rgb(223,123,160); }
td.TdClassName
{
border-color: #DF7BA0;
}
.TagClassName
{
border-color: #DF7BA0;
}
</style>