Shades of Pale Violet Red #DF6095
Tints of Pale Violet Red #DF6095
RGB
CMYK
RGB Variations
Color information
#DF6095 (or 0xDF6095) is known color: Pale Violet Red. HEX triplet: DF, 60 and 95. RGB value is (223,96,149). Sum of RGB (Red+Green+Blue) = 223+96+149=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6095 is #209F6A. Grayscale: #8B8B8B. Windows color (decimal): -2137963 or 9789663. OLE color: 9789663.
HSL color Cylindrical-coordinate representation of color #DF6095: hue angle of 334.96º 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 #DF6095 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 149 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.13 |
| HSL | 334.96º | 0.66% | 0.63% | - |
| HSV(B) | 334.96º | 0.57% | 0.87% | - |
| XYZ | 40.04 | 26.22 | 31.39 | - |
| YUV | 140.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 149 | 0 | 0.57 | 0.33 | 0.13 | 334.96 | 0.66 | 0.63 |
| Hex | DF | 60 | 95 | 0 | 39 | 21 | D | 14F | 42 | 3F |
| Octal | 337 | 140 | 225 | 0 | 71 | 41 | 15 | 517 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10010101 | 0 | 111001 | 100001 | 1101 | 101001111 | 1000010 | 111111 |
Color Harmonies of #DF6095
Complementary color
Monochromatic Colors of #DF6095
Black with #DF6095
Text Example
Text Example
White with #DF6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6095; }
p { color: rgb(223,96,149); }
H1.HeaderClassName
{
color: #DF6095;
}
.AnyTagClassName
{
color: #DF6095;
}
</style>
background-color css
<style>
a { background-color: #DF6095; }
a { background-color: rgb(223,96,149); }
div.DivClassName
{
background-color: #DF6095;
}
.BgClassName
{
background-color: #DF6095;
}
</style>
border-color css
<style>
span { border-color: #DF6095; }
span { border-color: rgb(223,96,149); }
td.TdClassName
{
border-color: #DF6095;
}
.TagClassName
{
border-color: #DF6095;
}
</style>