Shades of Pale Violet Red #DF61AA
Tints of Pale Violet Red #DF61AA
RGB
CMYK
RGB Variations
Color information
#DF61AA (or 0xDF61AA) is known color: Pale Violet Red. HEX triplet: DF, 61 and AA. RGB value is (223,97,170). Sum of RGB (Red+Green+Blue) = 223+97+170=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61AA is #209E55. Grayscale: #8E8E8E. Windows color (decimal): -2137686 or 11166175. OLE color: 11166175.
HSL color Cylindrical-coordinate representation of color #DF61AA: hue angle of 325.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61AA is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 170 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.13 |
| HSL | 325.24º | 0.66% | 0.63% | - |
| HSV(B) | 325.24º | 0.57% | 0.87% | - |
| XYZ | 41.96 | 27.14 | 41.06 | - |
| YUV | 143 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 170 | 0 | 0.57 | 0.24 | 0.13 | 325.24 | 0.66 | 0.63 |
| Hex | DF | 61 | AA | 0 | 39 | 18 | D | 145 | 42 | 3F |
| Octal | 337 | 141 | 252 | 0 | 71 | 30 | 15 | 505 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10101010 | 0 | 111001 | 11000 | 1101 | 101000101 | 1000010 | 111111 |
Color Harmonies of #DF61AA
Complementary color
Monochromatic Colors of #DF61AA
Black with #DF61AA
Text Example
Text Example
White with #DF61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61AA; }
p { color: rgb(223,97,170); }
H1.HeaderClassName
{
color: #DF61AA;
}
.AnyTagClassName
{
color: #DF61AA;
}
</style>
background-color css
<style>
a { background-color: #DF61AA; }
a { background-color: rgb(223,97,170); }
div.DivClassName
{
background-color: #DF61AA;
}
.BgClassName
{
background-color: #DF61AA;
}
</style>
border-color css
<style>
span { border-color: #DF61AA; }
span { border-color: rgb(223,97,170); }
td.TdClassName
{
border-color: #DF61AA;
}
.TagClassName
{
border-color: #DF61AA;
}
</style>