Shades of Pale Violet Red #DF71A0
Tints of Pale Violet Red #DF71A0
RGB
CMYK
RGB Variations
Color information
#DF71A0 (or 0xDF71A0) is known color: Pale Violet Red. HEX triplet: DF, 71 and A0. RGB value is (223,113,160). Sum of RGB (Red+Green+Blue) = 223+113+160=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF71A0 is #208E5F. Grayscale: #979797. Windows color (decimal): -2133600 or 10514911. OLE color: 10514911.
HSL color Cylindrical-coordinate representation of color #DF71A0: hue angle of 334.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF71A0 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 160 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.13 |
| HSL | 334.36º | 0.63% | 0.66% | - |
| HSV(B) | 334.36º | 0.49% | 0.87% | - |
| XYZ | 42.68 | 30.04 | 36.81 | - |
| YUV | 151.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 160 | 0 | 0.49 | 0.28 | 0.13 | 334.36 | 0.63 | 0.66 |
| Hex | DF | 71 | A0 | 0 | 31 | 1C | D | 14E | 3F | 42 |
| Octal | 337 | 161 | 240 | 0 | 61 | 34 | 15 | 516 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10100000 | 0 | 110001 | 11100 | 1101 | 101001110 | 111111 | 1000010 |
Color Harmonies of #DF71A0
Complementary color
Monochromatic Colors of #DF71A0
Black with #DF71A0
Text Example
Text Example
White with #DF71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71A0; }
p { color: rgb(223,113,160); }
H1.HeaderClassName
{
color: #DF71A0;
}
.AnyTagClassName
{
color: #DF71A0;
}
</style>
background-color css
<style>
a { background-color: #DF71A0; }
a { background-color: rgb(223,113,160); }
div.DivClassName
{
background-color: #DF71A0;
}
.BgClassName
{
background-color: #DF71A0;
}
</style>
border-color css
<style>
span { border-color: #DF71A0; }
span { border-color: rgb(223,113,160); }
td.TdClassName
{
border-color: #DF71A0;
}
.TagClassName
{
border-color: #DF71A0;
}
</style>