Shades of Pale Violet Red #DF66A8
Tints of Pale Violet Red #DF66A8
RGB
CMYK
RGB Variations
Color information
#DF66A8 (or 0xDF66A8) is known color: Pale Violet Red. HEX triplet: DF, 66 and A8. RGB value is (223,102,168). Sum of RGB (Red+Green+Blue) = 223+102+168=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF66A8 is #209957. Grayscale: #919191. Windows color (decimal): -2136408 or 11036383. OLE color: 11036383.
HSL color Cylindrical-coordinate representation of color #DF66A8: hue angle of 327.27º 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 #DF66A8 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 168 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.13 |
| HSL | 327.27º | 0.65% | 0.64% | - |
| HSV(B) | 327.27º | 0.54% | 0.87% | - |
| XYZ | 42.25 | 28.02 | 40.23 | - |
| YUV | 145.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 168 | 0 | 0.54 | 0.25 | 0.13 | 327.27 | 0.65 | 0.64 |
| Hex | DF | 66 | A8 | 0 | 36 | 19 | D | 147 | 41 | 40 |
| Octal | 337 | 146 | 250 | 0 | 66 | 31 | 15 | 507 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10101000 | 0 | 110110 | 11001 | 1101 | 101000111 | 1000001 | 1000000 |
Color Harmonies of #DF66A8
Complementary color
Monochromatic Colors of #DF66A8
Black with #DF66A8
Text Example
Text Example
White with #DF66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66A8; }
p { color: rgb(223,102,168); }
H1.HeaderClassName
{
color: #DF66A8;
}
.AnyTagClassName
{
color: #DF66A8;
}
</style>
background-color css
<style>
a { background-color: #DF66A8; }
a { background-color: rgb(223,102,168); }
div.DivClassName
{
background-color: #DF66A8;
}
.BgClassName
{
background-color: #DF66A8;
}
</style>
border-color css
<style>
span { border-color: #DF66A8; }
span { border-color: rgb(223,102,168); }
td.TdClassName
{
border-color: #DF66A8;
}
.TagClassName
{
border-color: #DF66A8;
}
</style>