Shades of Pale Violet Red #DF609E
Tints of Pale Violet Red #DF609E
RGB
CMYK
RGB Variations
Color information
#DF609E (or 0xDF609E) is known color: Pale Violet Red. HEX triplet: DF, 60 and 9E. RGB value is (223,96,158). Sum of RGB (Red+Green+Blue) = 223+96+158=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF609E is #209F61. Grayscale: #8C8C8C. Windows color (decimal): -2137954 or 10379487. OLE color: 10379487.
HSL color Cylindrical-coordinate representation of color #DF609E: hue angle of 330.71º 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 #DF609E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 158 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.13 |
| HSL | 330.71º | 0.66% | 0.63% | - |
| HSV(B) | 330.71º | 0.57% | 0.87% | - |
| XYZ | 40.79 | 26.52 | 35.32 | - |
| YUV | 141.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 158 | 0 | 0.57 | 0.29 | 0.13 | 330.71 | 0.66 | 0.63 |
| Hex | DF | 60 | 9E | 0 | 39 | 1D | D | 14B | 42 | 3F |
| Octal | 337 | 140 | 236 | 0 | 71 | 35 | 15 | 513 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10011110 | 0 | 111001 | 11101 | 1101 | 101001011 | 1000010 | 111111 |
Color Harmonies of #DF609E
Complementary color
Monochromatic Colors of #DF609E
Black with #DF609E
Text Example
Text Example
White with #DF609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF609E; }
p { color: rgb(223,96,158); }
H1.HeaderClassName
{
color: #DF609E;
}
.AnyTagClassName
{
color: #DF609E;
}
</style>
background-color css
<style>
a { background-color: #DF609E; }
a { background-color: rgb(223,96,158); }
div.DivClassName
{
background-color: #DF609E;
}
.BgClassName
{
background-color: #DF609E;
}
</style>
border-color css
<style>
span { border-color: #DF609E; }
span { border-color: rgb(223,96,158); }
td.TdClassName
{
border-color: #DF609E;
}
.TagClassName
{
border-color: #DF609E;
}
</style>