Shades of Pale Violet Red #DF6A9F
Tints of Pale Violet Red #DF6A9F
RGB
CMYK
RGB Variations
Color information
#DF6A9F (or 0xDF6A9F) is known color: Pale Violet Red. HEX triplet: DF, 6A and 9F. RGB value is (223,106,159). Sum of RGB (Red+Green+Blue) = 223+106+159=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6A9F is #209560. Grayscale: #929292. Windows color (decimal): -2135393 or 10447583. OLE color: 10447583.
HSL color Cylindrical-coordinate representation of color #DF6A9F: hue angle of 332.82º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6A9F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 159 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.13 |
| HSL | 332.82º | 0.65% | 0.65% | - |
| HSV(B) | 332.82º | 0.52% | 0.87% | - |
| XYZ | 41.84 | 28.5 | 36.1 | - |
| YUV | 147.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 159 | 0 | 0.52 | 0.29 | 0.13 | 332.82 | 0.65 | 0.65 |
| Hex | DF | 6A | 9F | 0 | 34 | 1D | D | 14D | 41 | 41 |
| Octal | 337 | 152 | 237 | 0 | 64 | 35 | 15 | 515 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10011111 | 0 | 110100 | 11101 | 1101 | 101001101 | 1000001 | 1000001 |
Color Harmonies of #DF6A9F
Complementary color
Monochromatic Colors of #DF6A9F
Black with #DF6A9F
Text Example
Text Example
White with #DF6A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6A9F; }
p { color: rgb(223,106,159); }
H1.HeaderClassName
{
color: #DF6A9F;
}
.AnyTagClassName
{
color: #DF6A9F;
}
</style>
background-color css
<style>
a { background-color: #DF6A9F; }
a { background-color: rgb(223,106,159); }
div.DivClassName
{
background-color: #DF6A9F;
}
.BgClassName
{
background-color: #DF6A9F;
}
</style>
border-color css
<style>
span { border-color: #DF6A9F; }
span { border-color: rgb(223,106,159); }
td.TdClassName
{
border-color: #DF6A9F;
}
.TagClassName
{
border-color: #DF6A9F;
}
</style>