Shades of Pale Violet Red #DF629F
Tints of Pale Violet Red #DF629F
RGB
CMYK
RGB Variations
Color information
#DF629F (or 0xDF629F) is known color: Pale Violet Red. HEX triplet: DF, 62 and 9F. RGB value is (223,98,159). Sum of RGB (Red+Green+Blue) = 223+98+159=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF629F is #209D60. Grayscale: #8E8E8E. Windows color (decimal): -2137441 or 10445535. OLE color: 10445535.
HSL color Cylindrical-coordinate representation of color #DF629F: hue angle of 330.72º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF629F is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 159 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.13 |
| HSL | 330.72º | 0.66% | 0.63% | - |
| HSV(B) | 330.72º | 0.56% | 0.87% | - |
| XYZ | 41.06 | 26.93 | 35.83 | - |
| YUV | 142.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 159 | 0 | 0.56 | 0.29 | 0.13 | 330.72 | 0.66 | 0.63 |
| Hex | DF | 62 | 9F | 0 | 38 | 1D | D | 14B | 42 | 3F |
| Octal | 337 | 142 | 237 | 0 | 70 | 35 | 15 | 513 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10011111 | 0 | 111000 | 11101 | 1101 | 101001011 | 1000010 | 111111 |
Color Harmonies of #DF629F
Complementary color
Monochromatic Colors of #DF629F
Black with #DF629F
Text Example
Text Example
White with #DF629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF629F; }
p { color: rgb(223,98,159); }
H1.HeaderClassName
{
color: #DF629F;
}
.AnyTagClassName
{
color: #DF629F;
}
</style>
background-color css
<style>
a { background-color: #DF629F; }
a { background-color: rgb(223,98,159); }
div.DivClassName
{
background-color: #DF629F;
}
.BgClassName
{
background-color: #DF629F;
}
</style>
border-color css
<style>
span { border-color: #DF629F; }
span { border-color: rgb(223,98,159); }
td.TdClassName
{
border-color: #DF629F;
}
.TagClassName
{
border-color: #DF629F;
}
</style>