Shades of Pale Violet Red #DF66A6
Tints of Pale Violet Red #DF66A6
RGB
CMYK
RGB Variations
Color information
#DF66A6 (or 0xDF66A6) is known color: Pale Violet Red. HEX triplet: DF, 66 and A6. RGB value is (223,102,166). Sum of RGB (Red+Green+Blue) = 223+102+166=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF66A6 is #209959. Grayscale: #919191. Windows color (decimal): -2136410 or 10905311. OLE color: 10905311.
HSL color Cylindrical-coordinate representation of color #DF66A6: hue angle of 328.26º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF66A6 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 166 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.13 |
| HSL | 328.26º | 0.65% | 0.64% | - |
| HSV(B) | 328.26º | 0.54% | 0.87% | - |
| XYZ | 42.07 | 27.94 | 39.25 | - |
| YUV | 145.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 166 | 0 | 0.54 | 0.26 | 0.13 | 328.26 | 0.65 | 0.64 |
| Hex | DF | 66 | A6 | 0 | 36 | 1A | D | 148 | 41 | 40 |
| Octal | 337 | 146 | 246 | 0 | 66 | 32 | 15 | 510 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10100110 | 0 | 110110 | 11010 | 1101 | 101001000 | 1000001 | 1000000 |
Color Harmonies of #DF66A6
Complementary color
Monochromatic Colors of #DF66A6
Black with #DF66A6
Text Example
Text Example
White with #DF66A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66A6; }
p { color: rgb(223,102,166); }
H1.HeaderClassName
{
color: #DF66A6;
}
.AnyTagClassName
{
color: #DF66A6;
}
</style>
background-color css
<style>
a { background-color: #DF66A6; }
a { background-color: rgb(223,102,166); }
div.DivClassName
{
background-color: #DF66A6;
}
.BgClassName
{
background-color: #DF66A6;
}
</style>
border-color css
<style>
span { border-color: #DF66A6; }
span { border-color: rgb(223,102,166); }
td.TdClassName
{
border-color: #DF66A6;
}
.TagClassName
{
border-color: #DF66A6;
}
</style>