Shades of Pale Violet Red #DF72AC
Tints of Pale Violet Red #DF72AC
RGB
CMYK
RGB Variations
Color information
#DF72AC (or 0xDF72AC) is known color: Pale Violet Red. HEX triplet: DF, 72 and AC. RGB value is (223,114,172). Sum of RGB (Red+Green+Blue) = 223+114+172=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72AC is #208D53. Grayscale: #999999. Windows color (decimal): -2133332 or 11301599. OLE color: 11301599.
HSL color Cylindrical-coordinate representation of color #DF72AC: hue angle of 328.07º 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 #DF72AC is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 172 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.13 |
| HSL | 328.07º | 0.63% | 0.66% | - |
| HSV(B) | 328.07º | 0.49% | 0.87% | - |
| XYZ | 43.9 | 30.7 | 42.64 | - |
| YUV | 153.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 172 | 0 | 0.49 | 0.23 | 0.13 | 328.07 | 0.63 | 0.66 |
| Hex | DF | 72 | AC | 0 | 31 | 17 | D | 148 | 3F | 42 |
| Octal | 337 | 162 | 254 | 0 | 61 | 27 | 15 | 510 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10101100 | 0 | 110001 | 10111 | 1101 | 101001000 | 111111 | 1000010 |
Color Harmonies of #DF72AC
Complementary color
Monochromatic Colors of #DF72AC
Black with #DF72AC
Text Example
Text Example
White with #DF72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72AC; }
p { color: rgb(223,114,172); }
H1.HeaderClassName
{
color: #DF72AC;
}
.AnyTagClassName
{
color: #DF72AC;
}
</style>
background-color css
<style>
a { background-color: #DF72AC; }
a { background-color: rgb(223,114,172); }
div.DivClassName
{
background-color: #DF72AC;
}
.BgClassName
{
background-color: #DF72AC;
}
</style>
border-color css
<style>
span { border-color: #DF72AC; }
span { border-color: rgb(223,114,172); }
td.TdClassName
{
border-color: #DF72AC;
}
.TagClassName
{
border-color: #DF72AC;
}
</style>