Shades of Pale Violet Red #DF649E
Tints of Pale Violet Red #DF649E
RGB
CMYK
RGB Variations
Color information
#DF649E (or 0xDF649E) is known color: Pale Violet Red. HEX triplet: DF, 64 and 9E. RGB value is (223,100,158). Sum of RGB (Red+Green+Blue) = 223+100+158=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF649E is #209B61. Grayscale: #8F8F8F. Windows color (decimal): -2136930 or 10380511. OLE color: 10380511.
HSL color Cylindrical-coordinate representation of color #DF649E: hue angle of 331.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF649E is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 158 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.13 |
| HSL | 331.71º | 0.66% | 0.63% | - |
| HSV(B) | 331.71º | 0.55% | 0.87% | - |
| XYZ | 41.16 | 27.27 | 35.44 | - |
| YUV | 143.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 158 | 0 | 0.55 | 0.29 | 0.13 | 331.71 | 0.66 | 0.63 |
| Hex | DF | 64 | 9E | 0 | 37 | 1D | D | 14C | 42 | 3F |
| Octal | 337 | 144 | 236 | 0 | 67 | 35 | 15 | 514 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10011110 | 0 | 110111 | 11101 | 1101 | 101001100 | 1000010 | 111111 |
Color Harmonies of #DF649E
Complementary color
Monochromatic Colors of #DF649E
Black with #DF649E
Text Example
Text Example
White with #DF649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF649E; }
p { color: rgb(223,100,158); }
H1.HeaderClassName
{
color: #DF649E;
}
.AnyTagClassName
{
color: #DF649E;
}
</style>
background-color css
<style>
a { background-color: #DF649E; }
a { background-color: rgb(223,100,158); }
div.DivClassName
{
background-color: #DF649E;
}
.BgClassName
{
background-color: #DF649E;
}
</style>
border-color css
<style>
span { border-color: #DF649E; }
span { border-color: rgb(223,100,158); }
td.TdClassName
{
border-color: #DF649E;
}
.TagClassName
{
border-color: #DF649E;
}
</style>