Shades of Pale Violet Red #DF628F
Tints of Pale Violet Red #DF628F
RGB
CMYK
RGB Variations
Color information
#DF628F (or 0xDF628F) is known color: Pale Violet Red. HEX triplet: DF, 62 and 8F. RGB value is (223,98,143). Sum of RGB (Red+Green+Blue) = 223+98+143=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF628F is #209D70. Grayscale: #8C8C8C. Windows color (decimal): -2137457 or 9396959. OLE color: 9396959.
HSL color Cylindrical-coordinate representation of color #DF628F: hue angle of 338.4º 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 #DF628F is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 143 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.13 |
| HSL | 338.4º | 0.66% | 0.63% | - |
| HSV(B) | 338.4º | 0.56% | 0.87% | - |
| XYZ | 39.76 | 26.41 | 28.99 | - |
| YUV | 140.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 143 | 0 | 0.56 | 0.36 | 0.13 | 338.4 | 0.66 | 0.63 |
| Hex | DF | 62 | 8F | 0 | 38 | 24 | D | 152 | 42 | 3F |
| Octal | 337 | 142 | 217 | 0 | 70 | 44 | 15 | 522 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10001111 | 0 | 111000 | 100100 | 1101 | 101010010 | 1000010 | 111111 |
Color Harmonies of #DF628F
Complementary color
Monochromatic Colors of #DF628F
Black with #DF628F
Text Example
Text Example
White with #DF628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF628F; }
p { color: rgb(223,98,143); }
H1.HeaderClassName
{
color: #DF628F;
}
.AnyTagClassName
{
color: #DF628F;
}
</style>
background-color css
<style>
a { background-color: #DF628F; }
a { background-color: rgb(223,98,143); }
div.DivClassName
{
background-color: #DF628F;
}
.BgClassName
{
background-color: #DF628F;
}
</style>
border-color css
<style>
span { border-color: #DF628F; }
span { border-color: rgb(223,98,143); }
td.TdClassName
{
border-color: #DF628F;
}
.TagClassName
{
border-color: #DF628F;
}
</style>