Shades of Pale Violet Red #DF69A0
Tints of Pale Violet Red #DF69A0
RGB
CMYK
RGB Variations
Color information
#DF69A0 (or 0xDF69A0) is known color: Pale Violet Red. HEX triplet: DF, 69 and A0. RGB value is (223,105,160). Sum of RGB (Red+Green+Blue) = 223+105+160=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69A0 is #20965F. Grayscale: #929292. Windows color (decimal): -2135648 or 10512863. OLE color: 10512863.
HSL color Cylindrical-coordinate representation of color #DF69A0: hue angle of 332.03º 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 #DF69A0 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 160 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.13 |
| HSL | 332.03º | 0.65% | 0.64% | - |
| HSV(B) | 332.03º | 0.53% | 0.87% | - |
| XYZ | 41.83 | 28.33 | 36.52 | - |
| YUV | 146.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 160 | 0 | 0.53 | 0.28 | 0.13 | 332.03 | 0.65 | 0.64 |
| Hex | DF | 69 | A0 | 0 | 35 | 1C | D | 14C | 41 | 40 |
| Octal | 337 | 151 | 240 | 0 | 65 | 34 | 15 | 514 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10100000 | 0 | 110101 | 11100 | 1101 | 101001100 | 1000001 | 1000000 |
Color Harmonies of #DF69A0
Complementary color
Monochromatic Colors of #DF69A0
Black with #DF69A0
Text Example
Text Example
White with #DF69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69A0; }
p { color: rgb(223,105,160); }
H1.HeaderClassName
{
color: #DF69A0;
}
.AnyTagClassName
{
color: #DF69A0;
}
</style>
background-color css
<style>
a { background-color: #DF69A0; }
a { background-color: rgb(223,105,160); }
div.DivClassName
{
background-color: #DF69A0;
}
.BgClassName
{
background-color: #DF69A0;
}
</style>
border-color css
<style>
span { border-color: #DF69A0; }
span { border-color: rgb(223,105,160); }
td.TdClassName
{
border-color: #DF69A0;
}
.TagClassName
{
border-color: #DF69A0;
}
</style>