Shades of Pale Violet Red #DF6DA1
Tints of Pale Violet Red #DF6DA1
RGB
CMYK
RGB Variations
Color information
#DF6DA1 (or 0xDF6DA1) is known color: Pale Violet Red. HEX triplet: DF, 6D and A1. RGB value is (223,109,161). Sum of RGB (Red+Green+Blue) = 223+109+161=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DA1 is #20925E. Grayscale: #949494. Windows color (decimal): -2134623 or 10579423. OLE color: 10579423.
HSL color Cylindrical-coordinate representation of color #DF6DA1: hue angle of 332.63º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DA1 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 161 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.13 |
| HSL | 332.63º | 0.64% | 0.65% | - |
| HSV(B) | 332.63º | 0.51% | 0.87% | - |
| XYZ | 42.33 | 29.2 | 37.12 | - |
| YUV | 149.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 161 | 0 | 0.51 | 0.28 | 0.13 | 332.63 | 0.64 | 0.65 |
| Hex | DF | 6D | A1 | 0 | 33 | 1C | D | 14D | 40 | 41 |
| Octal | 337 | 155 | 241 | 0 | 63 | 34 | 15 | 515 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10100001 | 0 | 110011 | 11100 | 1101 | 101001101 | 1000000 | 1000001 |
Color Harmonies of #DF6DA1
Complementary color
Monochromatic Colors of #DF6DA1
Black with #DF6DA1
Text Example
Text Example
White with #DF6DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DA1; }
p { color: rgb(223,109,161); }
H1.HeaderClassName
{
color: #DF6DA1;
}
.AnyTagClassName
{
color: #DF6DA1;
}
</style>
background-color css
<style>
a { background-color: #DF6DA1; }
a { background-color: rgb(223,109,161); }
div.DivClassName
{
background-color: #DF6DA1;
}
.BgClassName
{
background-color: #DF6DA1;
}
</style>
border-color css
<style>
span { border-color: #DF6DA1; }
span { border-color: rgb(223,109,161); }
td.TdClassName
{
border-color: #DF6DA1;
}
.TagClassName
{
border-color: #DF6DA1;
}
</style>