Shades of Pale Violet Red #DF7CA5
Tints of Pale Violet Red #DF7CA5
RGB
CMYK
RGB Variations
Color information
#DF7CA5 (or 0xDF7CA5) is known color: Pale Violet Red. HEX triplet: DF, 7C and A5. RGB value is (223,124,165). Sum of RGB (Red+Green+Blue) = 223+124+165=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7CA5 is #20835A. Grayscale: #9E9E9E. Windows color (decimal): -2130779 or 10845407. OLE color: 10845407.
HSL color Cylindrical-coordinate representation of color #DF7CA5: hue angle of 335.15º 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 #DF7CA5 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 165 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.13 |
| HSL | 335.15º | 0.61% | 0.68% | - |
| HSV(B) | 335.15º | 0.44% | 0.87% | - |
| XYZ | 44.43 | 32.82 | 39.59 | - |
| YUV | 158.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 165 | 0 | 0.44 | 0.26 | 0.13 | 335.15 | 0.61 | 0.68 |
| Hex | DF | 7C | A5 | 0 | 2C | 1A | D | 14F | 3D | 44 |
| Octal | 337 | 174 | 245 | 0 | 54 | 32 | 15 | 517 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10100101 | 0 | 101100 | 11010 | 1101 | 101001111 | 111101 | 1000100 |
Color Harmonies of #DF7CA5
Complementary color
Monochromatic Colors of #DF7CA5
Black with #DF7CA5
Text Example
Text Example
White with #DF7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CA5; }
p { color: rgb(223,124,165); }
H1.HeaderClassName
{
color: #DF7CA5;
}
.AnyTagClassName
{
color: #DF7CA5;
}
</style>
background-color css
<style>
a { background-color: #DF7CA5; }
a { background-color: rgb(223,124,165); }
div.DivClassName
{
background-color: #DF7CA5;
}
.BgClassName
{
background-color: #DF7CA5;
}
</style>
border-color css
<style>
span { border-color: #DF7CA5; }
span { border-color: rgb(223,124,165); }
td.TdClassName
{
border-color: #DF7CA5;
}
.TagClassName
{
border-color: #DF7CA5;
}
</style>