Shades of Pale Violet Red #DF608E
Tints of Pale Violet Red #DF608E
RGB
CMYK
RGB Variations
Color information
#DF608E (or 0xDF608E) is known color: Pale Violet Red. HEX triplet: DF, 60 and 8E. RGB value is (223,96,142). Sum of RGB (Red+Green+Blue) = 223+96+142=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF608E is #209F71. Grayscale: #8B8B8B. Windows color (decimal): -2137970 or 9330911. OLE color: 9330911.
HSL color Cylindrical-coordinate representation of color #DF608E: hue angle of 338.27º 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 #DF608E is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 142 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.13 |
| HSL | 338.27º | 0.66% | 0.63% | - |
| HSV(B) | 338.27º | 0.57% | 0.87% | - |
| XYZ | 39.5 | 26.01 | 28.53 | - |
| YUV | 139.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 142 | 0 | 0.57 | 0.36 | 0.13 | 338.27 | 0.66 | 0.63 |
| Hex | DF | 60 | 8E | 0 | 39 | 24 | D | 152 | 42 | 3F |
| Octal | 337 | 140 | 216 | 0 | 71 | 44 | 15 | 522 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10001110 | 0 | 111001 | 100100 | 1101 | 101010010 | 1000010 | 111111 |
Color Harmonies of #DF608E
Complementary color
Monochromatic Colors of #DF608E
Black with #DF608E
Text Example
Text Example
White with #DF608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF608E; }
p { color: rgb(223,96,142); }
H1.HeaderClassName
{
color: #DF608E;
}
.AnyTagClassName
{
color: #DF608E;
}
</style>
background-color css
<style>
a { background-color: #DF608E; }
a { background-color: rgb(223,96,142); }
div.DivClassName
{
background-color: #DF608E;
}
.BgClassName
{
background-color: #DF608E;
}
</style>
border-color css
<style>
span { border-color: #DF608E; }
span { border-color: rgb(223,96,142); }
td.TdClassName
{
border-color: #DF608E;
}
.TagClassName
{
border-color: #DF608E;
}
</style>