Shades of Pale Violet Red #DF7BA6
Tints of Pale Violet Red #DF7BA6
RGB
CMYK
RGB Variations
Color information
#DF7BA6 (or 0xDF7BA6) is known color: Pale Violet Red. HEX triplet: DF, 7B and A6. RGB value is (223,123,166). Sum of RGB (Red+Green+Blue) = 223+123+166=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BA6 is #208459. Grayscale: #9D9D9D. Windows color (decimal): -2131034 or 10910687. OLE color: 10910687.
HSL color Cylindrical-coordinate representation of color #DF7BA6: hue angle of 334.2º 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 #DF7BA6 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 166 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.13 |
| HSL | 334.2º | 0.61% | 0.68% | - |
| HSV(B) | 334.2º | 0.45% | 0.87% | - |
| XYZ | 44.4 | 32.61 | 40.03 | - |
| YUV | 157.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 166 | 0 | 0.45 | 0.26 | 0.13 | 334.2 | 0.61 | 0.68 |
| Hex | DF | 7B | A6 | 0 | 2D | 1A | D | 14E | 3D | 44 |
| Octal | 337 | 173 | 246 | 0 | 55 | 32 | 15 | 516 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10100110 | 0 | 101101 | 11010 | 1101 | 101001110 | 111101 | 1000100 |
Color Harmonies of #DF7BA6
Complementary color
Monochromatic Colors of #DF7BA6
Black with #DF7BA6
Text Example
Text Example
White with #DF7BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BA6; }
p { color: rgb(223,123,166); }
H1.HeaderClassName
{
color: #DF7BA6;
}
.AnyTagClassName
{
color: #DF7BA6;
}
</style>
background-color css
<style>
a { background-color: #DF7BA6; }
a { background-color: rgb(223,123,166); }
div.DivClassName
{
background-color: #DF7BA6;
}
.BgClassName
{
background-color: #DF7BA6;
}
</style>
border-color css
<style>
span { border-color: #DF7BA6; }
span { border-color: rgb(223,123,166); }
td.TdClassName
{
border-color: #DF7BA6;
}
.TagClassName
{
border-color: #DF7BA6;
}
</style>