Shades of Pale Violet Red #DF74A1
Tints of Pale Violet Red #DF74A1
RGB
CMYK
RGB Variations
Color information
#DF74A1 (or 0xDF74A1) is known color: Pale Violet Red. HEX triplet: DF, 74 and A1. RGB value is (223,116,161). Sum of RGB (Red+Green+Blue) = 223+116+161=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74A1 is #208B5E. Grayscale: #999999. Windows color (decimal): -2132831 or 10581215. OLE color: 10581215.
HSL color Cylindrical-coordinate representation of color #DF74A1: hue angle of 334.77º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74A1 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 161 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.13 |
| HSL | 334.77º | 0.63% | 0.66% | - |
| HSV(B) | 334.77º | 0.48% | 0.87% | - |
| XYZ | 43.11 | 30.75 | 37.38 | - |
| YUV | 153.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 161 | 0 | 0.48 | 0.28 | 0.13 | 334.77 | 0.63 | 0.66 |
| Hex | DF | 74 | A1 | 0 | 30 | 1C | D | 14F | 3F | 42 |
| Octal | 337 | 164 | 241 | 0 | 60 | 34 | 15 | 517 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10100001 | 0 | 110000 | 11100 | 1101 | 101001111 | 111111 | 1000010 |
Color Harmonies of #DF74A1
Complementary color
Monochromatic Colors of #DF74A1
Black with #DF74A1
Text Example
Text Example
White with #DF74A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74A1; }
p { color: rgb(223,116,161); }
H1.HeaderClassName
{
color: #DF74A1;
}
.AnyTagClassName
{
color: #DF74A1;
}
</style>
background-color css
<style>
a { background-color: #DF74A1; }
a { background-color: rgb(223,116,161); }
div.DivClassName
{
background-color: #DF74A1;
}
.BgClassName
{
background-color: #DF74A1;
}
</style>
border-color css
<style>
span { border-color: #DF74A1; }
span { border-color: rgb(223,116,161); }
td.TdClassName
{
border-color: #DF74A1;
}
.TagClassName
{
border-color: #DF74A1;
}
</style>