Shades of Pale Violet Red #DF70A6
Tints of Pale Violet Red #DF70A6
RGB
CMYK
RGB Variations
Color information
#DF70A6 (or 0xDF70A6) is known color: Pale Violet Red. HEX triplet: DF, 70 and A6. RGB value is (223,112,166). Sum of RGB (Red+Green+Blue) = 223+112+166=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70A6 is #208F59. Grayscale: #979797. Windows color (decimal): -2133850 or 10907871. OLE color: 10907871.
HSL color Cylindrical-coordinate representation of color #DF70A6: hue angle of 330.81º 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 #DF70A6 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 166 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.13 |
| HSL | 330.81º | 0.63% | 0.66% | - |
| HSV(B) | 330.81º | 0.5% | 0.87% | - |
| XYZ | 43.11 | 30.03 | 39.6 | - |
| YUV | 151.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 166 | 0 | 0.50 | 0.26 | 0.13 | 330.81 | 0.63 | 0.66 |
| Hex | DF | 70 | A6 | 0 | 32 | 1A | D | 14B | 3F | 42 |
| Octal | 337 | 160 | 246 | 0 | 62 | 32 | 15 | 513 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10100110 | 0 | 110010 | 11010 | 1101 | 101001011 | 111111 | 1000010 |
Color Harmonies of #DF70A6
Complementary color
Monochromatic Colors of #DF70A6
Black with #DF70A6
Text Example
Text Example
White with #DF70A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70A6; }
p { color: rgb(223,112,166); }
H1.HeaderClassName
{
color: #DF70A6;
}
.AnyTagClassName
{
color: #DF70A6;
}
</style>
background-color css
<style>
a { background-color: #DF70A6; }
a { background-color: rgb(223,112,166); }
div.DivClassName
{
background-color: #DF70A6;
}
.BgClassName
{
background-color: #DF70A6;
}
</style>
border-color css
<style>
span { border-color: #DF70A6; }
span { border-color: rgb(223,112,166); }
td.TdClassName
{
border-color: #DF70A6;
}
.TagClassName
{
border-color: #DF70A6;
}
</style>