Shades of Pale Violet Red #DF75AC
Tints of Pale Violet Red #DF75AC
RGB
CMYK
RGB Variations
Color information
#DF75AC (or 0xDF75AC) is known color: Pale Violet Red. HEX triplet: DF, 75 and AC. RGB value is (223,117,172). Sum of RGB (Red+Green+Blue) = 223+117+172=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75AC is #208A53. Grayscale: #9A9A9A. Windows color (decimal): -2132564 or 11302367. OLE color: 11302367.
HSL color Cylindrical-coordinate representation of color #DF75AC: hue angle of 328.87º 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 #DF75AC is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 172 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 328.87º | 0.62% | 0.67% | - |
| HSV(B) | 328.87º | 0.48% | 0.87% | - |
| XYZ | 44.24 | 31.39 | 42.76 | - |
| YUV | 154.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 172 | 0 | 0.48 | 0.23 | 0.13 | 328.87 | 0.62 | 0.67 |
| Hex | DF | 75 | AC | 0 | 30 | 17 | D | 149 | 3E | 43 |
| Octal | 337 | 165 | 254 | 0 | 60 | 27 | 15 | 511 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10101100 | 0 | 110000 | 10111 | 1101 | 101001001 | 111110 | 1000011 |
Color Harmonies of #DF75AC
Complementary color
Monochromatic Colors of #DF75AC
Black with #DF75AC
Text Example
Text Example
White with #DF75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75AC; }
p { color: rgb(223,117,172); }
H1.HeaderClassName
{
color: #DF75AC;
}
.AnyTagClassName
{
color: #DF75AC;
}
</style>
background-color css
<style>
a { background-color: #DF75AC; }
a { background-color: rgb(223,117,172); }
div.DivClassName
{
background-color: #DF75AC;
}
.BgClassName
{
background-color: #DF75AC;
}
</style>
border-color css
<style>
span { border-color: #DF75AC; }
span { border-color: rgb(223,117,172); }
td.TdClassName
{
border-color: #DF75AC;
}
.TagClassName
{
border-color: #DF75AC;
}
</style>