Shades of Pale Violet Red #DF68A1
Tints of Pale Violet Red #DF68A1
RGB
CMYK
RGB Variations
Color information
#DF68A1 (or 0xDF68A1) is known color: Pale Violet Red. HEX triplet: DF, 68 and A1. RGB value is (223,104,161). Sum of RGB (Red+Green+Blue) = 223+104+161=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68A1 is #20975E. Grayscale: #919191. Windows color (decimal): -2135903 or 10578143. OLE color: 10578143.
HSL color Cylindrical-coordinate representation of color #DF68A1: hue angle of 331.26º 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 #DF68A1 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 161 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.13 |
| HSL | 331.26º | 0.65% | 0.64% | - |
| HSV(B) | 331.26º | 0.53% | 0.87% | - |
| XYZ | 41.81 | 28.16 | 36.95 | - |
| YUV | 146.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 161 | 0 | 0.53 | 0.28 | 0.13 | 331.26 | 0.65 | 0.64 |
| Hex | DF | 68 | A1 | 0 | 35 | 1C | D | 14B | 41 | 40 |
| Octal | 337 | 150 | 241 | 0 | 65 | 34 | 15 | 513 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10100001 | 0 | 110101 | 11100 | 1101 | 101001011 | 1000001 | 1000000 |
Color Harmonies of #DF68A1
Complementary color
Monochromatic Colors of #DF68A1
Black with #DF68A1
Text Example
Text Example
White with #DF68A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68A1; }
p { color: rgb(223,104,161); }
H1.HeaderClassName
{
color: #DF68A1;
}
.AnyTagClassName
{
color: #DF68A1;
}
</style>
background-color css
<style>
a { background-color: #DF68A1; }
a { background-color: rgb(223,104,161); }
div.DivClassName
{
background-color: #DF68A1;
}
.BgClassName
{
background-color: #DF68A1;
}
</style>
border-color css
<style>
span { border-color: #DF68A1; }
span { border-color: rgb(223,104,161); }
td.TdClassName
{
border-color: #DF68A1;
}
.TagClassName
{
border-color: #DF68A1;
}
</style>