Shades of Pale Violet Red #DF609F
Tints of Pale Violet Red #DF609F
RGB
CMYK
RGB Variations
Color information
#DF609F (or 0xDF609F) is known color: Pale Violet Red. HEX triplet: DF, 60 and 9F. RGB value is (223,96,159). Sum of RGB (Red+Green+Blue) = 223+96+159=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF609F is #209F60. Grayscale: #8D8D8D. Windows color (decimal): -2137953 or 10445023. OLE color: 10445023.
HSL color Cylindrical-coordinate representation of color #DF609F: hue angle of 330.24º 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 #DF609F is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 159 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.13 |
| HSL | 330.24º | 0.66% | 0.63% | - |
| HSV(B) | 330.24º | 0.57% | 0.87% | - |
| XYZ | 40.87 | 26.56 | 35.77 | - |
| YUV | 141.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 159 | 0 | 0.57 | 0.29 | 0.13 | 330.24 | 0.66 | 0.63 |
| Hex | DF | 60 | 9F | 0 | 39 | 1D | D | 14A | 42 | 3F |
| Octal | 337 | 140 | 237 | 0 | 71 | 35 | 15 | 512 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10011111 | 0 | 111001 | 11101 | 1101 | 101001010 | 1000010 | 111111 |
Color Harmonies of #DF609F
Complementary color
Monochromatic Colors of #DF609F
Black with #DF609F
Text Example
Text Example
White with #DF609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF609F; }
p { color: rgb(223,96,159); }
H1.HeaderClassName
{
color: #DF609F;
}
.AnyTagClassName
{
color: #DF609F;
}
</style>
background-color css
<style>
a { background-color: #DF609F; }
a { background-color: rgb(223,96,159); }
div.DivClassName
{
background-color: #DF609F;
}
.BgClassName
{
background-color: #DF609F;
}
</style>
border-color css
<style>
span { border-color: #DF609F; }
span { border-color: rgb(223,96,159); }
td.TdClassName
{
border-color: #DF609F;
}
.TagClassName
{
border-color: #DF609F;
}
</style>