Shades of Pale Violet Red #DF64A8
Tints of Pale Violet Red #DF64A8
RGB
CMYK
RGB Variations
Color information
#DF64A8 (or 0xDF64A8) is known color: Pale Violet Red. HEX triplet: DF, 64 and A8. RGB value is (223,100,168). Sum of RGB (Red+Green+Blue) = 223+100+168=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64A8 is #209B57. Grayscale: #909090. Windows color (decimal): -2136920 or 11035871. OLE color: 11035871.
HSL color Cylindrical-coordinate representation of color #DF64A8: hue angle of 326.83º 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 #DF64A8 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 168 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.13 |
| HSL | 326.83º | 0.66% | 0.63% | - |
| HSV(B) | 326.83º | 0.55% | 0.87% | - |
| XYZ | 42.06 | 27.63 | 40.16 | - |
| YUV | 144.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 168 | 0 | 0.55 | 0.25 | 0.13 | 326.83 | 0.66 | 0.63 |
| Hex | DF | 64 | A8 | 0 | 37 | 19 | D | 147 | 42 | 3F |
| Octal | 337 | 144 | 250 | 0 | 67 | 31 | 15 | 507 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10101000 | 0 | 110111 | 11001 | 1101 | 101000111 | 1000010 | 111111 |
Color Harmonies of #DF64A8
Complementary color
Monochromatic Colors of #DF64A8
Black with #DF64A8
Text Example
Text Example
White with #DF64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64A8; }
p { color: rgb(223,100,168); }
H1.HeaderClassName
{
color: #DF64A8;
}
.AnyTagClassName
{
color: #DF64A8;
}
</style>
background-color css
<style>
a { background-color: #DF64A8; }
a { background-color: rgb(223,100,168); }
div.DivClassName
{
background-color: #DF64A8;
}
.BgClassName
{
background-color: #DF64A8;
}
</style>
border-color css
<style>
span { border-color: #DF64A8; }
span { border-color: rgb(223,100,168); }
td.TdClassName
{
border-color: #DF64A8;
}
.TagClassName
{
border-color: #DF64A8;
}
</style>