Shades of Pale Violet Red #DF75AA
Tints of Pale Violet Red #DF75AA
RGB
CMYK
RGB Variations
Color information
#DF75AA (or 0xDF75AA) is known color: Pale Violet Red. HEX triplet: DF, 75 and AA. RGB value is (223,117,170). Sum of RGB (Red+Green+Blue) = 223+117+170=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75AA is #208A55. Grayscale: #9A9A9A. Windows color (decimal): -2132566 or 11171295. OLE color: 11171295.
HSL color Cylindrical-coordinate representation of color #DF75AA: hue angle of 330º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75AA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 170 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.13 |
| HSL | 330º | 0.62% | 0.67% | - |
| HSV(B) | 330º | 0.48% | 0.87% | - |
| XYZ | 44.05 | 31.31 | 41.75 | - |
| YUV | 154.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 170 | 0 | 0.48 | 0.24 | 0.13 | 330 | 0.62 | 0.67 |
| Hex | DF | 75 | AA | 0 | 30 | 18 | D | 14A | 3E | 43 |
| Octal | 337 | 165 | 252 | 0 | 60 | 30 | 15 | 512 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10101010 | 0 | 110000 | 11000 | 1101 | 101001010 | 111110 | 1000011 |
Color Harmonies of #DF75AA
Complementary color
Monochromatic Colors of #DF75AA
Black with #DF75AA
Text Example
Text Example
White with #DF75AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75AA; }
p { color: rgb(223,117,170); }
H1.HeaderClassName
{
color: #DF75AA;
}
.AnyTagClassName
{
color: #DF75AA;
}
</style>
background-color css
<style>
a { background-color: #DF75AA; }
a { background-color: rgb(223,117,170); }
div.DivClassName
{
background-color: #DF75AA;
}
.BgClassName
{
background-color: #DF75AA;
}
</style>
border-color css
<style>
span { border-color: #DF75AA; }
span { border-color: rgb(223,117,170); }
td.TdClassName
{
border-color: #DF75AA;
}
.TagClassName
{
border-color: #DF75AA;
}
</style>