Shades of Pale Violet Red #DF659D
Tints of Pale Violet Red #DF659D
RGB
CMYK
RGB Variations
Color information
#DF659D (or 0xDF659D) is known color: Pale Violet Red. HEX triplet: DF, 65 and 9D. RGB value is (223,101,157). Sum of RGB (Red+Green+Blue) = 223+101+157=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF659D is #209A62. Grayscale: #8F8F8F. Windows color (decimal): -2136675 or 10315231. OLE color: 10315231.
HSL color Cylindrical-coordinate representation of color #DF659D: hue angle of 332.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF659D is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 157 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.13 |
| HSL | 332.46º | 0.66% | 0.64% | - |
| HSV(B) | 332.46º | 0.55% | 0.87% | - |
| XYZ | 41.17 | 27.43 | 35.02 | - |
| YUV | 143.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 157 | 0 | 0.55 | 0.30 | 0.13 | 332.46 | 0.66 | 0.64 |
| Hex | DF | 65 | 9D | 0 | 37 | 1E | D | 14C | 42 | 40 |
| Octal | 337 | 145 | 235 | 0 | 67 | 36 | 15 | 514 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10011101 | 0 | 110111 | 11110 | 1101 | 101001100 | 1000010 | 1000000 |
Color Harmonies of #DF659D
Complementary color
Monochromatic Colors of #DF659D
Black with #DF659D
Text Example
Text Example
White with #DF659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF659D; }
p { color: rgb(223,101,157); }
H1.HeaderClassName
{
color: #DF659D;
}
.AnyTagClassName
{
color: #DF659D;
}
</style>
background-color css
<style>
a { background-color: #DF659D; }
a { background-color: rgb(223,101,157); }
div.DivClassName
{
background-color: #DF659D;
}
.BgClassName
{
background-color: #DF659D;
}
</style>
border-color css
<style>
span { border-color: #DF659D; }
span { border-color: rgb(223,101,157); }
td.TdClassName
{
border-color: #DF659D;
}
.TagClassName
{
border-color: #DF659D;
}
</style>