Shades of Pale Violet Red #DF6FAC
Tints of Pale Violet Red #DF6FAC
RGB
CMYK
RGB Variations
Color information
#DF6FAC (or 0xDF6FAC) is known color: Pale Violet Red. HEX triplet: DF, 6F and AC. RGB value is (223,111,172). Sum of RGB (Red+Green+Blue) = 223+111+172=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FAC is #209053. Grayscale: #979797. Windows color (decimal): -2134100 or 11300831. OLE color: 11300831.
HSL color Cylindrical-coordinate representation of color #DF6FAC: hue angle of 327.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FAC is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 172 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.13 |
| HSL | 327.32º | 0.64% | 0.65% | - |
| HSV(B) | 327.32º | 0.5% | 0.87% | - |
| XYZ | 43.56 | 30.04 | 42.53 | - |
| YUV | 151.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 172 | 0 | 0.50 | 0.23 | 0.13 | 327.32 | 0.64 | 0.65 |
| Hex | DF | 6F | AC | 0 | 32 | 17 | D | 147 | 40 | 41 |
| Octal | 337 | 157 | 254 | 0 | 62 | 27 | 15 | 507 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10101100 | 0 | 110010 | 10111 | 1101 | 101000111 | 1000000 | 1000001 |
Color Harmonies of #DF6FAC
Complementary color
Monochromatic Colors of #DF6FAC
Black with #DF6FAC
Text Example
Text Example
White with #DF6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FAC; }
p { color: rgb(223,111,172); }
H1.HeaderClassName
{
color: #DF6FAC;
}
.AnyTagClassName
{
color: #DF6FAC;
}
</style>
background-color css
<style>
a { background-color: #DF6FAC; }
a { background-color: rgb(223,111,172); }
div.DivClassName
{
background-color: #DF6FAC;
}
.BgClassName
{
background-color: #DF6FAC;
}
</style>
border-color css
<style>
span { border-color: #DF6FAC; }
span { border-color: rgb(223,111,172); }
td.TdClassName
{
border-color: #DF6FAC;
}
.TagClassName
{
border-color: #DF6FAC;
}
</style>