Shades of Pale Violet Red #DF69A1
Tints of Pale Violet Red #DF69A1
RGB
CMYK
RGB Variations
Color information
#DF69A1 (or 0xDF69A1) is known color: Pale Violet Red. HEX triplet: DF, 69 and A1. RGB value is (223,105,161). Sum of RGB (Red+Green+Blue) = 223+105+161=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69A1 is #20965E. Grayscale: #929292. Windows color (decimal): -2135647 or 10578399. OLE color: 10578399.
HSL color Cylindrical-coordinate representation of color #DF69A1: hue angle of 331.53º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69A1 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 161 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.13 |
| HSL | 331.53º | 0.65% | 0.64% | - |
| HSV(B) | 331.53º | 0.53% | 0.87% | - |
| XYZ | 41.92 | 28.36 | 36.98 | - |
| YUV | 146.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 161 | 0 | 0.53 | 0.28 | 0.13 | 331.53 | 0.65 | 0.64 |
| Hex | DF | 69 | A1 | 0 | 35 | 1C | D | 14C | 41 | 40 |
| Octal | 337 | 151 | 241 | 0 | 65 | 34 | 15 | 514 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10100001 | 0 | 110101 | 11100 | 1101 | 101001100 | 1000001 | 1000000 |
Color Harmonies of #DF69A1
Complementary color
Monochromatic Colors of #DF69A1
Black with #DF69A1
Text Example
Text Example
White with #DF69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69A1; }
p { color: rgb(223,105,161); }
H1.HeaderClassName
{
color: #DF69A1;
}
.AnyTagClassName
{
color: #DF69A1;
}
</style>
background-color css
<style>
a { background-color: #DF69A1; }
a { background-color: rgb(223,105,161); }
div.DivClassName
{
background-color: #DF69A1;
}
.BgClassName
{
background-color: #DF69A1;
}
</style>
border-color css
<style>
span { border-color: #DF69A1; }
span { border-color: rgb(223,105,161); }
td.TdClassName
{
border-color: #DF69A1;
}
.TagClassName
{
border-color: #DF69A1;
}
</style>