Shades of Pale Violet Red #DF669E
Tints of Pale Violet Red #DF669E
RGB
CMYK
RGB Variations
Color information
#DF669E (or 0xDF669E) is known color: Pale Violet Red. HEX triplet: DF, 66 and 9E. RGB value is (223,102,158). Sum of RGB (Red+Green+Blue) = 223+102+158=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF669E is #209961. Grayscale: #909090. Windows color (decimal): -2136418 or 10381023. OLE color: 10381023.
HSL color Cylindrical-coordinate representation of color #DF669E: hue angle of 332.23º 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 #DF669E is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 158 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.13 |
| HSL | 332.23º | 0.65% | 0.64% | - |
| HSV(B) | 332.23º | 0.54% | 0.87% | - |
| XYZ | 41.35 | 27.66 | 35.51 | - |
| YUV | 144.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 158 | 0 | 0.54 | 0.29 | 0.13 | 332.23 | 0.65 | 0.64 |
| Hex | DF | 66 | 9E | 0 | 36 | 1D | D | 14C | 41 | 40 |
| Octal | 337 | 146 | 236 | 0 | 66 | 35 | 15 | 514 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10011110 | 0 | 110110 | 11101 | 1101 | 101001100 | 1000001 | 1000000 |
Color Harmonies of #DF669E
Complementary color
Monochromatic Colors of #DF669E
Black with #DF669E
Text Example
Text Example
White with #DF669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF669E; }
p { color: rgb(223,102,158); }
H1.HeaderClassName
{
color: #DF669E;
}
.AnyTagClassName
{
color: #DF669E;
}
</style>
background-color css
<style>
a { background-color: #DF669E; }
a { background-color: rgb(223,102,158); }
div.DivClassName
{
background-color: #DF669E;
}
.BgClassName
{
background-color: #DF669E;
}
</style>
border-color css
<style>
span { border-color: #DF669E; }
span { border-color: rgb(223,102,158); }
td.TdClassName
{
border-color: #DF669E;
}
.TagClassName
{
border-color: #DF669E;
}
</style>