Shades of Pale Violet Red #DF7CA2
Tints of Pale Violet Red #DF7CA2
RGB
CMYK
RGB Variations
Color information
#DF7CA2 (or 0xDF7CA2) is known color: Pale Violet Red. HEX triplet: DF, 7C and A2. RGB value is (223,124,162). Sum of RGB (Red+Green+Blue) = 223+124+162=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7CA2 is #20835D. Grayscale: #9D9D9D. Windows color (decimal): -2130782 or 10648799. OLE color: 10648799.
HSL color Cylindrical-coordinate representation of color #DF7CA2: hue angle of 336.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CA2 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 162 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.13 |
| HSL | 336.97º | 0.61% | 0.68% | - |
| HSV(B) | 336.97º | 0.44% | 0.87% | - |
| XYZ | 44.16 | 32.71 | 38.17 | - |
| YUV | 157.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 162 | 0 | 0.44 | 0.27 | 0.13 | 336.97 | 0.61 | 0.68 |
| Hex | DF | 7C | A2 | 0 | 2C | 1B | D | 151 | 3D | 44 |
| Octal | 337 | 174 | 242 | 0 | 54 | 33 | 15 | 521 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10100010 | 0 | 101100 | 11011 | 1101 | 101010001 | 111101 | 1000100 |
Color Harmonies of #DF7CA2
Complementary color
Monochromatic Colors of #DF7CA2
Black with #DF7CA2
Text Example
Text Example
White with #DF7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CA2; }
p { color: rgb(223,124,162); }
H1.HeaderClassName
{
color: #DF7CA2;
}
.AnyTagClassName
{
color: #DF7CA2;
}
</style>
background-color css
<style>
a { background-color: #DF7CA2; }
a { background-color: rgb(223,124,162); }
div.DivClassName
{
background-color: #DF7CA2;
}
.BgClassName
{
background-color: #DF7CA2;
}
</style>
border-color css
<style>
span { border-color: #DF7CA2; }
span { border-color: rgb(223,124,162); }
td.TdClassName
{
border-color: #DF7CA2;
}
.TagClassName
{
border-color: #DF7CA2;
}
</style>