Shades of Pale Violet Red #DF72A1
Tints of Pale Violet Red #DF72A1
RGB
CMYK
RGB Variations
Color information
#DF72A1 (or 0xDF72A1) is known color: Pale Violet Red. HEX triplet: DF, 72 and A1. RGB value is (223,114,161). Sum of RGB (Red+Green+Blue) = 223+114+161=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72A1 is #208D5E. Grayscale: #979797. Windows color (decimal): -2133343 or 10580703. OLE color: 10580703.
HSL color Cylindrical-coordinate representation of color #DF72A1: hue angle of 334.13º 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 #DF72A1 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 161 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.13 |
| HSL | 334.13º | 0.63% | 0.66% | - |
| HSV(B) | 334.13º | 0.49% | 0.87% | - |
| XYZ | 42.88 | 30.3 | 37.31 | - |
| YUV | 151.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 161 | 0 | 0.49 | 0.28 | 0.13 | 334.13 | 0.63 | 0.66 |
| Hex | DF | 72 | A1 | 0 | 31 | 1C | D | 14E | 3F | 42 |
| Octal | 337 | 162 | 241 | 0 | 61 | 34 | 15 | 516 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10100001 | 0 | 110001 | 11100 | 1101 | 101001110 | 111111 | 1000010 |
Color Harmonies of #DF72A1
Complementary color
Monochromatic Colors of #DF72A1
Black with #DF72A1
Text Example
Text Example
White with #DF72A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72A1; }
p { color: rgb(223,114,161); }
H1.HeaderClassName
{
color: #DF72A1;
}
.AnyTagClassName
{
color: #DF72A1;
}
</style>
background-color css
<style>
a { background-color: #DF72A1; }
a { background-color: rgb(223,114,161); }
div.DivClassName
{
background-color: #DF72A1;
}
.BgClassName
{
background-color: #DF72A1;
}
</style>
border-color css
<style>
span { border-color: #DF72A1; }
span { border-color: rgb(223,114,161); }
td.TdClassName
{
border-color: #DF72A1;
}
.TagClassName
{
border-color: #DF72A1;
}
</style>