Shades of Pale Violet Red #DF69AC
Tints of Pale Violet Red #DF69AC
RGB
CMYK
RGB Variations
Color information
#DF69AC (or 0xDF69AC) is known color: Pale Violet Red. HEX triplet: DF, 69 and AC. RGB value is (223,105,172). Sum of RGB (Red+Green+Blue) = 223+105+172=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69AC is #209653. Grayscale: #939393. Windows color (decimal): -2135636 or 11299295. OLE color: 11299295.
HSL color Cylindrical-coordinate representation of color #DF69AC: hue angle of 325.93º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69AC is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 172 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.13 |
| HSL | 325.93º | 0.65% | 0.64% | - |
| HSV(B) | 325.93º | 0.53% | 0.87% | - |
| XYZ | 42.93 | 28.77 | 42.32 | - |
| YUV | 147.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 172 | 0 | 0.53 | 0.23 | 0.13 | 325.93 | 0.65 | 0.64 |
| Hex | DF | 69 | AC | 0 | 35 | 17 | D | 146 | 41 | 40 |
| Octal | 337 | 151 | 254 | 0 | 65 | 27 | 15 | 506 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10101100 | 0 | 110101 | 10111 | 1101 | 101000110 | 1000001 | 1000000 |
Color Harmonies of #DF69AC
Complementary color
Monochromatic Colors of #DF69AC
Black with #DF69AC
Text Example
Text Example
White with #DF69AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69AC; }
p { color: rgb(223,105,172); }
H1.HeaderClassName
{
color: #DF69AC;
}
.AnyTagClassName
{
color: #DF69AC;
}
</style>
background-color css
<style>
a { background-color: #DF69AC; }
a { background-color: rgb(223,105,172); }
div.DivClassName
{
background-color: #DF69AC;
}
.BgClassName
{
background-color: #DF69AC;
}
</style>
border-color css
<style>
span { border-color: #DF69AC; }
span { border-color: rgb(223,105,172); }
td.TdClassName
{
border-color: #DF69AC;
}
.TagClassName
{
border-color: #DF69AC;
}
</style>