Shades of Pale Violet Red #DF619E
Tints of Pale Violet Red #DF619E
RGB
CMYK
RGB Variations
Color information
#DF619E (or 0xDF619E) is known color: Pale Violet Red. HEX triplet: DF, 61 and 9E. RGB value is (223,97,158). Sum of RGB (Red+Green+Blue) = 223+97+158=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF619E is #209E61. Grayscale: #8D8D8D. Windows color (decimal): -2137698 or 10379743. OLE color: 10379743.
HSL color Cylindrical-coordinate representation of color #DF619E: hue angle of 330.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF619E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 158 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.13 |
| HSL | 330.95º | 0.66% | 0.63% | - |
| HSV(B) | 330.95º | 0.57% | 0.87% | - |
| XYZ | 40.88 | 26.71 | 35.35 | - |
| YUV | 141.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 158 | 0 | 0.57 | 0.29 | 0.13 | 330.95 | 0.66 | 0.63 |
| Hex | DF | 61 | 9E | 0 | 39 | 1D | D | 14B | 42 | 3F |
| Octal | 337 | 141 | 236 | 0 | 71 | 35 | 15 | 513 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10011110 | 0 | 111001 | 11101 | 1101 | 101001011 | 1000010 | 111111 |
Color Harmonies of #DF619E
Complementary color
Monochromatic Colors of #DF619E
Black with #DF619E
Text Example
Text Example
White with #DF619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF619E; }
p { color: rgb(223,97,158); }
H1.HeaderClassName
{
color: #DF619E;
}
.AnyTagClassName
{
color: #DF619E;
}
</style>
background-color css
<style>
a { background-color: #DF619E; }
a { background-color: rgb(223,97,158); }
div.DivClassName
{
background-color: #DF619E;
}
.BgClassName
{
background-color: #DF619E;
}
</style>
border-color css
<style>
span { border-color: #DF619E; }
span { border-color: rgb(223,97,158); }
td.TdClassName
{
border-color: #DF619E;
}
.TagClassName
{
border-color: #DF619E;
}
</style>