Shades of Pale Violet Red #DF6DA7
Tints of Pale Violet Red #DF6DA7
RGB
CMYK
RGB Variations
Color information
#DF6DA7 (or 0xDF6DA7) is known color: Pale Violet Red. HEX triplet: DF, 6D and A7. RGB value is (223,109,167). Sum of RGB (Red+Green+Blue) = 223+109+167=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DA7 is #209258. Grayscale: #959595. Windows color (decimal): -2134617 or 10972639. OLE color: 10972639.
HSL color Cylindrical-coordinate representation of color #DF6DA7: hue angle of 329.47º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DA7 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 167 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.13 |
| HSL | 329.47º | 0.64% | 0.65% | - |
| HSV(B) | 329.47º | 0.51% | 0.87% | - |
| XYZ | 42.88 | 29.42 | 39.98 | - |
| YUV | 149.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 167 | 0 | 0.51 | 0.25 | 0.13 | 329.47 | 0.64 | 0.65 |
| Hex | DF | 6D | A7 | 0 | 33 | 19 | D | 149 | 40 | 41 |
| Octal | 337 | 155 | 247 | 0 | 63 | 31 | 15 | 511 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10100111 | 0 | 110011 | 11001 | 1101 | 101001001 | 1000000 | 1000001 |
Color Harmonies of #DF6DA7
Complementary color
Monochromatic Colors of #DF6DA7
Black with #DF6DA7
Text Example
Text Example
White with #DF6DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DA7; }
p { color: rgb(223,109,167); }
H1.HeaderClassName
{
color: #DF6DA7;
}
.AnyTagClassName
{
color: #DF6DA7;
}
</style>
background-color css
<style>
a { background-color: #DF6DA7; }
a { background-color: rgb(223,109,167); }
div.DivClassName
{
background-color: #DF6DA7;
}
.BgClassName
{
background-color: #DF6DA7;
}
</style>
border-color css
<style>
span { border-color: #DF6DA7; }
span { border-color: rgb(223,109,167); }
td.TdClassName
{
border-color: #DF6DA7;
}
.TagClassName
{
border-color: #DF6DA7;
}
</style>