Shades of Pale Violet Red #DF64AA
Tints of Pale Violet Red #DF64AA
RGB
CMYK
RGB Variations
Color information
#DF64AA (or 0xDF64AA) is known color: Pale Violet Red. HEX triplet: DF, 64 and AA. RGB value is (223,100,170). Sum of RGB (Red+Green+Blue) = 223+100+170=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64AA is #209B55. Grayscale: #909090. Windows color (decimal): -2136918 or 11166943. OLE color: 11166943.
HSL color Cylindrical-coordinate representation of color #DF64AA: hue angle of 325.85º 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 #DF64AA is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 170 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.13 |
| HSL | 325.85º | 0.66% | 0.63% | - |
| HSV(B) | 325.85º | 0.55% | 0.87% | - |
| XYZ | 42.24 | 27.7 | 41.15 | - |
| YUV | 144.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 170 | 0 | 0.55 | 0.24 | 0.13 | 325.85 | 0.66 | 0.63 |
| Hex | DF | 64 | AA | 0 | 37 | 18 | D | 146 | 42 | 3F |
| Octal | 337 | 144 | 252 | 0 | 67 | 30 | 15 | 506 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10101010 | 0 | 110111 | 11000 | 1101 | 101000110 | 1000010 | 111111 |
Color Harmonies of #DF64AA
Complementary color
Monochromatic Colors of #DF64AA
Black with #DF64AA
Text Example
Text Example
White with #DF64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64AA; }
p { color: rgb(223,100,170); }
H1.HeaderClassName
{
color: #DF64AA;
}
.AnyTagClassName
{
color: #DF64AA;
}
</style>
background-color css
<style>
a { background-color: #DF64AA; }
a { background-color: rgb(223,100,170); }
div.DivClassName
{
background-color: #DF64AA;
}
.BgClassName
{
background-color: #DF64AA;
}
</style>
border-color css
<style>
span { border-color: #DF64AA; }
span { border-color: rgb(223,100,170); }
td.TdClassName
{
border-color: #DF64AA;
}
.TagClassName
{
border-color: #DF64AA;
}
</style>