Shades of Pale Violet Red #DF659B
Tints of Pale Violet Red #DF659B
RGB
CMYK
RGB Variations
Color information
#DF659B (or 0xDF659B) is known color: Pale Violet Red. HEX triplet: DF, 65 and 9B. RGB value is (223,101,155). Sum of RGB (Red+Green+Blue) = 223+101+155=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF659B is #209A64. Grayscale: #8F8F8F. Windows color (decimal): -2136677 or 10184159. OLE color: 10184159.
HSL color Cylindrical-coordinate representation of color #DF659B: hue angle of 333.44º 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 #DF659B is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 155 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.13 |
| HSL | 333.44º | 0.66% | 0.64% | - |
| HSV(B) | 333.44º | 0.55% | 0.87% | - |
| XYZ | 41 | 27.36 | 34.13 | - |
| YUV | 143.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 155 | 0 | 0.55 | 0.30 | 0.13 | 333.44 | 0.66 | 0.64 |
| Hex | DF | 65 | 9B | 0 | 37 | 1E | D | 14D | 42 | 40 |
| Octal | 337 | 145 | 233 | 0 | 67 | 36 | 15 | 515 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10011011 | 0 | 110111 | 11110 | 1101 | 101001101 | 1000010 | 1000000 |
Color Harmonies of #DF659B
Complementary color
Monochromatic Colors of #DF659B
Black with #DF659B
Text Example
Text Example
White with #DF659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF659B; }
p { color: rgb(223,101,155); }
H1.HeaderClassName
{
color: #DF659B;
}
.AnyTagClassName
{
color: #DF659B;
}
</style>
background-color css
<style>
a { background-color: #DF659B; }
a { background-color: rgb(223,101,155); }
div.DivClassName
{
background-color: #DF659B;
}
.BgClassName
{
background-color: #DF659B;
}
</style>
border-color css
<style>
span { border-color: #DF659B; }
span { border-color: rgb(223,101,155); }
td.TdClassName
{
border-color: #DF659B;
}
.TagClassName
{
border-color: #DF659B;
}
</style>