Shades of Pale Violet Red #DF62AA
Tints of Pale Violet Red #DF62AA
RGB
CMYK
RGB Variations
Color information
#DF62AA (or 0xDF62AA) is known color: Pale Violet Red. HEX triplet: DF, 62 and AA. RGB value is (223,98,170). Sum of RGB (Red+Green+Blue) = 223+98+170=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF62AA is #209D55. Grayscale: #8F8F8F. Windows color (decimal): -2137430 or 11166431. OLE color: 11166431.
HSL color Cylindrical-coordinate representation of color #DF62AA: hue angle of 325.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62AA is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 170 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.13 |
| HSL | 325.44º | 0.66% | 0.63% | - |
| HSV(B) | 325.44º | 0.56% | 0.87% | - |
| XYZ | 42.05 | 27.33 | 41.09 | - |
| YUV | 143.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 170 | 0 | 0.56 | 0.24 | 0.13 | 325.44 | 0.66 | 0.63 |
| Hex | DF | 62 | AA | 0 | 38 | 18 | D | 145 | 42 | 3F |
| Octal | 337 | 142 | 252 | 0 | 70 | 30 | 15 | 505 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10101010 | 0 | 111000 | 11000 | 1101 | 101000101 | 1000010 | 111111 |
Color Harmonies of #DF62AA
Complementary color
Monochromatic Colors of #DF62AA
Black with #DF62AA
Text Example
Text Example
White with #DF62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62AA; }
p { color: rgb(223,98,170); }
H1.HeaderClassName
{
color: #DF62AA;
}
.AnyTagClassName
{
color: #DF62AA;
}
</style>
background-color css
<style>
a { background-color: #DF62AA; }
a { background-color: rgb(223,98,170); }
div.DivClassName
{
background-color: #DF62AA;
}
.BgClassName
{
background-color: #DF62AA;
}
</style>
border-color css
<style>
span { border-color: #DF62AA; }
span { border-color: rgb(223,98,170); }
td.TdClassName
{
border-color: #DF62AA;
}
.TagClassName
{
border-color: #DF62AA;
}
</style>