Shades of Pale Violet Red #DF6699
Tints of Pale Violet Red #DF6699
RGB
CMYK
RGB Variations
Color information
#DF6699 (or 0xDF6699) is known color: Pale Violet Red. HEX triplet: DF, 66 and 99. RGB value is (223,102,153). Sum of RGB (Red+Green+Blue) = 223+102+153=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6699 is #209966. Grayscale: #8F8F8F. Windows color (decimal): -2136423 or 10053343. OLE color: 10053343.
HSL color Cylindrical-coordinate representation of color #DF6699: hue angle of 334.71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6699 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 153 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.13 |
| HSL | 334.71º | 0.65% | 0.64% | - |
| HSV(B) | 334.71º | 0.54% | 0.87% | - |
| XYZ | 40.93 | 27.49 | 33.29 | - |
| YUV | 143.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 153 | 0 | 0.54 | 0.31 | 0.13 | 334.71 | 0.65 | 0.64 |
| Hex | DF | 66 | 99 | 0 | 36 | 1F | D | 14F | 41 | 40 |
| Octal | 337 | 146 | 231 | 0 | 66 | 37 | 15 | 517 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10011001 | 0 | 110110 | 11111 | 1101 | 101001111 | 1000001 | 1000000 |
Color Harmonies of #DF6699
Complementary color
Monochromatic Colors of #DF6699
Black with #DF6699
Text Example
Text Example
White with #DF6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6699; }
p { color: rgb(223,102,153); }
H1.HeaderClassName
{
color: #DF6699;
}
.AnyTagClassName
{
color: #DF6699;
}
</style>
background-color css
<style>
a { background-color: #DF6699; }
a { background-color: rgb(223,102,153); }
div.DivClassName
{
background-color: #DF6699;
}
.BgClassName
{
background-color: #DF6699;
}
</style>
border-color css
<style>
span { border-color: #DF6699; }
span { border-color: rgb(223,102,153); }
td.TdClassName
{
border-color: #DF6699;
}
.TagClassName
{
border-color: #DF6699;
}
</style>