Shades of Pale Violet Red #DF649D
Tints of Pale Violet Red #DF649D
RGB
CMYK
RGB Variations
Color information
#DF649D (or 0xDF649D) is known color: Pale Violet Red. HEX triplet: DF, 64 and 9D. RGB value is (223,100,157). Sum of RGB (Red+Green+Blue) = 223+100+157=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF649D is #209B62. Grayscale: #8F8F8F. Windows color (decimal): -2136931 or 10314975. OLE color: 10314975.
HSL color Cylindrical-coordinate representation of color #DF649D: hue angle of 332.2º 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 #DF649D is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 157 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.13 |
| HSL | 332.2º | 0.66% | 0.63% | - |
| HSV(B) | 332.2º | 0.55% | 0.87% | - |
| XYZ | 41.07 | 27.24 | 34.99 | - |
| YUV | 143.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 157 | 0 | 0.55 | 0.30 | 0.13 | 332.2 | 0.66 | 0.63 |
| Hex | DF | 64 | 9D | 0 | 37 | 1E | D | 14C | 42 | 3F |
| Octal | 337 | 144 | 235 | 0 | 67 | 36 | 15 | 514 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10011101 | 0 | 110111 | 11110 | 1101 | 101001100 | 1000010 | 111111 |
Color Harmonies of #DF649D
Complementary color
Monochromatic Colors of #DF649D
Black with #DF649D
Text Example
Text Example
White with #DF649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF649D; }
p { color: rgb(223,100,157); }
H1.HeaderClassName
{
color: #DF649D;
}
.AnyTagClassName
{
color: #DF649D;
}
</style>
background-color css
<style>
a { background-color: #DF649D; }
a { background-color: rgb(223,100,157); }
div.DivClassName
{
background-color: #DF649D;
}
.BgClassName
{
background-color: #DF649D;
}
</style>
border-color css
<style>
span { border-color: #DF649D; }
span { border-color: rgb(223,100,157); }
td.TdClassName
{
border-color: #DF649D;
}
.TagClassName
{
border-color: #DF649D;
}
</style>