Shades of Pale Violet Red #DF69AA
Tints of Pale Violet Red #DF69AA
RGB
CMYK
RGB Variations
Color information
#DF69AA (or 0xDF69AA) is known color: Pale Violet Red. HEX triplet: DF, 69 and AA. RGB value is (223,105,170). Sum of RGB (Red+Green+Blue) = 223+105+170=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69AA is #209655. Grayscale: #939393. Windows color (decimal): -2135638 or 11168223. OLE color: 11168223.
HSL color Cylindrical-coordinate representation of color #DF69AA: hue angle of 326.95º 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 #DF69AA is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 170 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.13 |
| HSL | 326.95º | 0.65% | 0.64% | - |
| HSV(B) | 326.95º | 0.53% | 0.87% | - |
| XYZ | 42.74 | 28.69 | 41.32 | - |
| YUV | 147.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 170 | 0 | 0.53 | 0.24 | 0.13 | 326.95 | 0.65 | 0.64 |
| Hex | DF | 69 | AA | 0 | 35 | 18 | D | 147 | 41 | 40 |
| Octal | 337 | 151 | 252 | 0 | 65 | 30 | 15 | 507 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10101010 | 0 | 110101 | 11000 | 1101 | 101000111 | 1000001 | 1000000 |
Color Harmonies of #DF69AA
Complementary color
Monochromatic Colors of #DF69AA
Black with #DF69AA
Text Example
Text Example
White with #DF69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69AA; }
p { color: rgb(223,105,170); }
H1.HeaderClassName
{
color: #DF69AA;
}
.AnyTagClassName
{
color: #DF69AA;
}
</style>
background-color css
<style>
a { background-color: #DF69AA; }
a { background-color: rgb(223,105,170); }
div.DivClassName
{
background-color: #DF69AA;
}
.BgClassName
{
background-color: #DF69AA;
}
</style>
border-color css
<style>
span { border-color: #DF69AA; }
span { border-color: rgb(223,105,170); }
td.TdClassName
{
border-color: #DF69AA;
}
.TagClassName
{
border-color: #DF69AA;
}
</style>