Shades of Pale Violet Red #DF6195
Tints of Pale Violet Red #DF6195
RGB
CMYK
RGB Variations
Color information
#DF6195 (or 0xDF6195) is known color: Pale Violet Red. HEX triplet: DF, 61 and 95. RGB value is (223,97,149). Sum of RGB (Red+Green+Blue) = 223+97+149=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6195 is #209E6A. Grayscale: #8C8C8C. Windows color (decimal): -2137707 or 9789919. OLE color: 9789919.
HSL color Cylindrical-coordinate representation of color #DF6195: hue angle of 335.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 #DF6195 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 149 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.13 |
| HSL | 335.24º | 0.66% | 0.63% | - |
| HSV(B) | 335.24º | 0.57% | 0.87% | - |
| XYZ | 40.13 | 26.41 | 31.42 | - |
| YUV | 140.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 149 | 0 | 0.57 | 0.33 | 0.13 | 335.24 | 0.66 | 0.63 |
| Hex | DF | 61 | 95 | 0 | 39 | 21 | D | 14F | 42 | 3F |
| Octal | 337 | 141 | 225 | 0 | 71 | 41 | 15 | 517 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10010101 | 0 | 111001 | 100001 | 1101 | 101001111 | 1000010 | 111111 |
Color Harmonies of #DF6195
Complementary color
Monochromatic Colors of #DF6195
Black with #DF6195
Text Example
Text Example
White with #DF6195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6195; }
p { color: rgb(223,97,149); }
H1.HeaderClassName
{
color: #DF6195;
}
.AnyTagClassName
{
color: #DF6195;
}
</style>
background-color css
<style>
a { background-color: #DF6195; }
a { background-color: rgb(223,97,149); }
div.DivClassName
{
background-color: #DF6195;
}
.BgClassName
{
background-color: #DF6195;
}
</style>
border-color css
<style>
span { border-color: #DF6195; }
span { border-color: rgb(223,97,149); }
td.TdClassName
{
border-color: #DF6195;
}
.TagClassName
{
border-color: #DF6195;
}
</style>