Shades of Pale Violet Red #DF6DAD
Tints of Pale Violet Red #DF6DAD
RGB
CMYK
RGB Variations
Color information
#DF6DAD (or 0xDF6DAD) is known color: Pale Violet Red. HEX triplet: DF, 6D and AD. RGB value is (223,109,173). Sum of RGB (Red+Green+Blue) = 223+109+173=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DAD is #209252. Grayscale: #969696. Windows color (decimal): -2134611 or 11365855. OLE color: 11365855.
HSL color Cylindrical-coordinate representation of color #DF6DAD: hue angle of 326.32º 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 #DF6DAD is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 173 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.13 |
| HSL | 326.32º | 0.64% | 0.65% | - |
| HSV(B) | 326.32º | 0.51% | 0.87% | - |
| XYZ | 43.44 | 29.64 | 42.97 | - |
| YUV | 150.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 173 | 0 | 0.51 | 0.22 | 0.13 | 326.32 | 0.64 | 0.65 |
| Hex | DF | 6D | AD | 0 | 33 | 16 | D | 146 | 40 | 41 |
| Octal | 337 | 155 | 255 | 0 | 63 | 26 | 15 | 506 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10101101 | 0 | 110011 | 10110 | 1101 | 101000110 | 1000000 | 1000001 |
Color Harmonies of #DF6DAD
Complementary color
Monochromatic Colors of #DF6DAD
Black with #DF6DAD
Text Example
Text Example
White with #DF6DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DAD; }
p { color: rgb(223,109,173); }
H1.HeaderClassName
{
color: #DF6DAD;
}
.AnyTagClassName
{
color: #DF6DAD;
}
</style>
background-color css
<style>
a { background-color: #DF6DAD; }
a { background-color: rgb(223,109,173); }
div.DivClassName
{
background-color: #DF6DAD;
}
.BgClassName
{
background-color: #DF6DAD;
}
</style>
border-color css
<style>
span { border-color: #DF6DAD; }
span { border-color: rgb(223,109,173); }
td.TdClassName
{
border-color: #DF6DAD;
}
.TagClassName
{
border-color: #DF6DAD;
}
</style>