Shades of Pale Violet Red #DF64A0
Tints of Pale Violet Red #DF64A0
RGB
CMYK
RGB Variations
Color information
#DF64A0 (or 0xDF64A0) is known color: Pale Violet Red. HEX triplet: DF, 64 and A0. RGB value is (223,100,160). Sum of RGB (Red+Green+Blue) = 223+100+160=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64A0 is #209B5F. Grayscale: #8F8F8F. Windows color (decimal): -2136928 or 10511583. OLE color: 10511583.
HSL color Cylindrical-coordinate representation of color #DF64A0: hue angle of 330.73º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF64A0 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 160 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.13 |
| HSL | 330.73º | 0.66% | 0.63% | - |
| HSV(B) | 330.73º | 0.55% | 0.87% | - |
| XYZ | 41.33 | 27.34 | 36.36 | - |
| YUV | 143.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 160 | 0 | 0.55 | 0.28 | 0.13 | 330.73 | 0.66 | 0.63 |
| Hex | DF | 64 | A0 | 0 | 37 | 1C | D | 14B | 42 | 3F |
| Octal | 337 | 144 | 240 | 0 | 67 | 34 | 15 | 513 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10100000 | 0 | 110111 | 11100 | 1101 | 101001011 | 1000010 | 111111 |
Color Harmonies of #DF64A0
Complementary color
Monochromatic Colors of #DF64A0
Black with #DF64A0
Text Example
Text Example
White with #DF64A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64A0; }
p { color: rgb(223,100,160); }
H1.HeaderClassName
{
color: #DF64A0;
}
.AnyTagClassName
{
color: #DF64A0;
}
</style>
background-color css
<style>
a { background-color: #DF64A0; }
a { background-color: rgb(223,100,160); }
div.DivClassName
{
background-color: #DF64A0;
}
.BgClassName
{
background-color: #DF64A0;
}
</style>
border-color css
<style>
span { border-color: #DF64A0; }
span { border-color: rgb(223,100,160); }
td.TdClassName
{
border-color: #DF64A0;
}
.TagClassName
{
border-color: #DF64A0;
}
</style>