Shades of Pale Violet Red #DF74A3
Tints of Pale Violet Red #DF74A3
RGB
CMYK
RGB Variations
Color information
#DF74A3 (or 0xDF74A3) is known color: Pale Violet Red. HEX triplet: DF, 74 and A3. RGB value is (223,116,163). Sum of RGB (Red+Green+Blue) = 223+116+163=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74A3 is #208B5C. Grayscale: #999999. Windows color (decimal): -2132829 or 10712287. OLE color: 10712287.
HSL color Cylindrical-coordinate representation of color #DF74A3: hue angle of 333.64º 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 #DF74A3 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 163 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.13 |
| HSL | 333.64º | 0.63% | 0.66% | - |
| HSV(B) | 333.64º | 0.48% | 0.87% | - |
| XYZ | 43.29 | 30.82 | 38.32 | - |
| YUV | 153.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 163 | 0 | 0.48 | 0.27 | 0.13 | 333.64 | 0.63 | 0.66 |
| Hex | DF | 74 | A3 | 0 | 30 | 1B | D | 14E | 3F | 42 |
| Octal | 337 | 164 | 243 | 0 | 60 | 33 | 15 | 516 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10100011 | 0 | 110000 | 11011 | 1101 | 101001110 | 111111 | 1000010 |
Color Harmonies of #DF74A3
Complementary color
Monochromatic Colors of #DF74A3
Black with #DF74A3
Text Example
Text Example
White with #DF74A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74A3; }
p { color: rgb(223,116,163); }
H1.HeaderClassName
{
color: #DF74A3;
}
.AnyTagClassName
{
color: #DF74A3;
}
</style>
background-color css
<style>
a { background-color: #DF74A3; }
a { background-color: rgb(223,116,163); }
div.DivClassName
{
background-color: #DF74A3;
}
.BgClassName
{
background-color: #DF74A3;
}
</style>
border-color css
<style>
span { border-color: #DF74A3; }
span { border-color: rgb(223,116,163); }
td.TdClassName
{
border-color: #DF74A3;
}
.TagClassName
{
border-color: #DF74A3;
}
</style>