Shades of Pale Violet Red #DF608D
Tints of Pale Violet Red #DF608D
RGB
CMYK
RGB Variations
Color information
#DF608D (or 0xDF608D) is known color: Pale Violet Red. HEX triplet: DF, 60 and 8D. RGB value is (223,96,141). Sum of RGB (Red+Green+Blue) = 223+96+141=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF608D is #209F72. Grayscale: #8B8B8B. Windows color (decimal): -2137971 or 9265375. OLE color: 9265375.
HSL color Cylindrical-coordinate representation of color #DF608D: hue angle of 338.74º 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 #DF608D is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 141 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.13 |
| HSL | 338.74º | 0.66% | 0.63% | - |
| HSV(B) | 338.74º | 0.57% | 0.87% | - |
| XYZ | 39.42 | 25.98 | 28.14 | - |
| YUV | 139.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 141 | 0 | 0.57 | 0.37 | 0.13 | 338.74 | 0.66 | 0.63 |
| Hex | DF | 60 | 8D | 0 | 39 | 25 | D | 153 | 42 | 3F |
| Octal | 337 | 140 | 215 | 0 | 71 | 45 | 15 | 523 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10001101 | 0 | 111001 | 100101 | 1101 | 101010011 | 1000010 | 111111 |
Color Harmonies of #DF608D
Complementary color
Monochromatic Colors of #DF608D
Black with #DF608D
Text Example
Text Example
White with #DF608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF608D; }
p { color: rgb(223,96,141); }
H1.HeaderClassName
{
color: #DF608D;
}
.AnyTagClassName
{
color: #DF608D;
}
</style>
background-color css
<style>
a { background-color: #DF608D; }
a { background-color: rgb(223,96,141); }
div.DivClassName
{
background-color: #DF608D;
}
.BgClassName
{
background-color: #DF608D;
}
</style>
border-color css
<style>
span { border-color: #DF608D; }
span { border-color: rgb(223,96,141); }
td.TdClassName
{
border-color: #DF608D;
}
.TagClassName
{
border-color: #DF608D;
}
</style>