Shades of Pale Violet Red #DF6D9C
Tints of Pale Violet Red #DF6D9C
RGB
CMYK
RGB Variations
Color information
#DF6D9C (or 0xDF6D9C) is known color: Pale Violet Red. HEX triplet: DF, 6D and 9C. RGB value is (223,109,156). Sum of RGB (Red+Green+Blue) = 223+109+156=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D9C is #209263. Grayscale: #949494. Windows color (decimal): -2134628 or 10251743. OLE color: 10251743.
HSL color Cylindrical-coordinate representation of color #DF6D9C: hue angle of 335.26º 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 #DF6D9C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 156 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.13 |
| HSL | 335.26º | 0.64% | 0.65% | - |
| HSV(B) | 335.26º | 0.51% | 0.87% | - |
| XYZ | 41.9 | 29.03 | 34.85 | - |
| YUV | 148.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 156 | 0 | 0.51 | 0.30 | 0.13 | 335.26 | 0.64 | 0.65 |
| Hex | DF | 6D | 9C | 0 | 33 | 1E | D | 14F | 40 | 41 |
| Octal | 337 | 155 | 234 | 0 | 63 | 36 | 15 | 517 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10011100 | 0 | 110011 | 11110 | 1101 | 101001111 | 1000000 | 1000001 |
Color Harmonies of #DF6D9C
Complementary color
Monochromatic Colors of #DF6D9C
Black with #DF6D9C
Text Example
Text Example
White with #DF6D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D9C; }
p { color: rgb(223,109,156); }
H1.HeaderClassName
{
color: #DF6D9C;
}
.AnyTagClassName
{
color: #DF6D9C;
}
</style>
background-color css
<style>
a { background-color: #DF6D9C; }
a { background-color: rgb(223,109,156); }
div.DivClassName
{
background-color: #DF6D9C;
}
.BgClassName
{
background-color: #DF6D9C;
}
</style>
border-color css
<style>
span { border-color: #DF6D9C; }
span { border-color: rgb(223,109,156); }
td.TdClassName
{
border-color: #DF6D9C;
}
.TagClassName
{
border-color: #DF6D9C;
}
</style>