Shades of Pale Violet Red #DF6595
Tints of Pale Violet Red #DF6595
RGB
CMYK
RGB Variations
Color information
#DF6595 (or 0xDF6595) is known color: Pale Violet Red. HEX triplet: DF, 65 and 95. RGB value is (223,101,149). Sum of RGB (Red+Green+Blue) = 223+101+149=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6595 is #209A6A. Grayscale: #8E8E8E. Windows color (decimal): -2136683 or 9790943. OLE color: 9790943.
HSL color Cylindrical-coordinate representation of color #DF6595: hue angle of 336.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6595 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 149 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.13 |
| HSL | 336.39º | 0.66% | 0.64% | - |
| HSV(B) | 336.39º | 0.55% | 0.87% | - |
| XYZ | 40.51 | 27.17 | 31.54 | - |
| YUV | 142.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 149 | 0 | 0.55 | 0.33 | 0.13 | 336.39 | 0.66 | 0.64 |
| Hex | DF | 65 | 95 | 0 | 37 | 21 | D | 150 | 42 | 40 |
| Octal | 337 | 145 | 225 | 0 | 67 | 41 | 15 | 520 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10010101 | 0 | 110111 | 100001 | 1101 | 101010000 | 1000010 | 1000000 |
Color Harmonies of #DF6595
Complementary color
Monochromatic Colors of #DF6595
Black with #DF6595
Text Example
Text Example
White with #DF6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6595; }
p { color: rgb(223,101,149); }
H1.HeaderClassName
{
color: #DF6595;
}
.AnyTagClassName
{
color: #DF6595;
}
</style>
background-color css
<style>
a { background-color: #DF6595; }
a { background-color: rgb(223,101,149); }
div.DivClassName
{
background-color: #DF6595;
}
.BgClassName
{
background-color: #DF6595;
}
</style>
border-color css
<style>
span { border-color: #DF6595; }
span { border-color: rgb(223,101,149); }
td.TdClassName
{
border-color: #DF6595;
}
.TagClassName
{
border-color: #DF6595;
}
</style>