Shades of Pale Violet Red #DF70A1
Tints of Pale Violet Red #DF70A1
RGB
CMYK
RGB Variations
Color information
#DF70A1 (or 0xDF70A1) is known color: Pale Violet Red. HEX triplet: DF, 70 and A1. RGB value is (223,112,161). Sum of RGB (Red+Green+Blue) = 223+112+161=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70A1 is #208F5E. Grayscale: #969696. Windows color (decimal): -2133855 or 10580191. OLE color: 10580191.
HSL color Cylindrical-coordinate representation of color #DF70A1: hue angle of 333.51º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF70A1 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 161 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.13 |
| HSL | 333.51º | 0.63% | 0.66% | - |
| HSV(B) | 333.51º | 0.5% | 0.87% | - |
| XYZ | 42.66 | 29.85 | 37.23 | - |
| YUV | 150.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 161 | 0 | 0.50 | 0.28 | 0.13 | 333.51 | 0.63 | 0.66 |
| Hex | DF | 70 | A1 | 0 | 32 | 1C | D | 14E | 3F | 42 |
| Octal | 337 | 160 | 241 | 0 | 62 | 34 | 15 | 516 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10100001 | 0 | 110010 | 11100 | 1101 | 101001110 | 111111 | 1000010 |
Color Harmonies of #DF70A1
Complementary color
Monochromatic Colors of #DF70A1
Black with #DF70A1
Text Example
Text Example
White with #DF70A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70A1; }
p { color: rgb(223,112,161); }
H1.HeaderClassName
{
color: #DF70A1;
}
.AnyTagClassName
{
color: #DF70A1;
}
</style>
background-color css
<style>
a { background-color: #DF70A1; }
a { background-color: rgb(223,112,161); }
div.DivClassName
{
background-color: #DF70A1;
}
.BgClassName
{
background-color: #DF70A1;
}
</style>
border-color css
<style>
span { border-color: #DF70A1; }
span { border-color: rgb(223,112,161); }
td.TdClassName
{
border-color: #DF70A1;
}
.TagClassName
{
border-color: #DF70A1;
}
</style>