Shades of Pale Violet Red #DF7BA2
Tints of Pale Violet Red #DF7BA2
RGB
CMYK
RGB Variations
Color information
#DF7BA2 (or 0xDF7BA2) is known color: Pale Violet Red. HEX triplet: DF, 7B and A2. RGB value is (223,123,162). Sum of RGB (Red+Green+Blue) = 223+123+162=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BA2 is #20845D. Grayscale: #9D9D9D. Windows color (decimal): -2131038 or 10648543. OLE color: 10648543.
HSL color Cylindrical-coordinate representation of color #DF7BA2: hue angle of 336.6º 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 #DF7BA2 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 162 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.13 |
| HSL | 336.6º | 0.61% | 0.68% | - |
| HSV(B) | 336.6º | 0.45% | 0.87% | - |
| XYZ | 44.04 | 32.46 | 38.13 | - |
| YUV | 157.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 162 | 0 | 0.45 | 0.27 | 0.13 | 336.6 | 0.61 | 0.68 |
| Hex | DF | 7B | A2 | 0 | 2D | 1B | D | 151 | 3D | 44 |
| Octal | 337 | 173 | 242 | 0 | 55 | 33 | 15 | 521 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10100010 | 0 | 101101 | 11011 | 1101 | 101010001 | 111101 | 1000100 |
Color Harmonies of #DF7BA2
Complementary color
Monochromatic Colors of #DF7BA2
Black with #DF7BA2
Text Example
Text Example
White with #DF7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BA2; }
p { color: rgb(223,123,162); }
H1.HeaderClassName
{
color: #DF7BA2;
}
.AnyTagClassName
{
color: #DF7BA2;
}
</style>
background-color css
<style>
a { background-color: #DF7BA2; }
a { background-color: rgb(223,123,162); }
div.DivClassName
{
background-color: #DF7BA2;
}
.BgClassName
{
background-color: #DF7BA2;
}
</style>
border-color css
<style>
span { border-color: #DF7BA2; }
span { border-color: rgb(223,123,162); }
td.TdClassName
{
border-color: #DF7BA2;
}
.TagClassName
{
border-color: #DF7BA2;
}
</style>