Shades of Pale Violet Red #DF75A1
Tints of Pale Violet Red #DF75A1
RGB
CMYK
RGB Variations
Color information
#DF75A1 (or 0xDF75A1) is known color: Pale Violet Red. HEX triplet: DF, 75 and A1. RGB value is (223,117,161). Sum of RGB (Red+Green+Blue) = 223+117+161=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75A1 is #208A5E. Grayscale: #999999. Windows color (decimal): -2132575 or 10581471. OLE color: 10581471.
HSL color Cylindrical-coordinate representation of color #DF75A1: hue angle of 335.09º 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 #DF75A1 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 161 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.13 |
| HSL | 335.09º | 0.62% | 0.67% | - |
| HSV(B) | 335.09º | 0.48% | 0.87% | - |
| XYZ | 43.23 | 30.98 | 37.42 | - |
| YUV | 153.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 161 | 0 | 0.48 | 0.28 | 0.13 | 335.09 | 0.62 | 0.67 |
| Hex | DF | 75 | A1 | 0 | 30 | 1C | D | 14F | 3E | 43 |
| Octal | 337 | 165 | 241 | 0 | 60 | 34 | 15 | 517 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10100001 | 0 | 110000 | 11100 | 1101 | 101001111 | 111110 | 1000011 |
Color Harmonies of #DF75A1
Complementary color
Monochromatic Colors of #DF75A1
Black with #DF75A1
Text Example
Text Example
White with #DF75A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75A1; }
p { color: rgb(223,117,161); }
H1.HeaderClassName
{
color: #DF75A1;
}
.AnyTagClassName
{
color: #DF75A1;
}
</style>
background-color css
<style>
a { background-color: #DF75A1; }
a { background-color: rgb(223,117,161); }
div.DivClassName
{
background-color: #DF75A1;
}
.BgClassName
{
background-color: #DF75A1;
}
</style>
border-color css
<style>
span { border-color: #DF75A1; }
span { border-color: rgb(223,117,161); }
td.TdClassName
{
border-color: #DF75A1;
}
.TagClassName
{
border-color: #DF75A1;
}
</style>