Shades of Pale Violet Red #DF6596
Tints of Pale Violet Red #DF6596
RGB
CMYK
RGB Variations
Color information
#DF6596 (or 0xDF6596) is known color: Pale Violet Red. HEX triplet: DF, 65 and 96. RGB value is (223,101,150). Sum of RGB (Red+Green+Blue) = 223+101+150=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6596 is #209A69. Grayscale: #8E8E8E. Windows color (decimal): -2136682 or 9856479. OLE color: 9856479.
HSL color Cylindrical-coordinate representation of color #DF6596: hue angle of 335.9º 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 #DF6596 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 150 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.13 |
| HSL | 335.9º | 0.66% | 0.64% | - |
| HSV(B) | 335.9º | 0.55% | 0.87% | - |
| XYZ | 40.59 | 27.2 | 31.96 | - |
| YUV | 143.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 150 | 0 | 0.55 | 0.33 | 0.13 | 335.9 | 0.66 | 0.64 |
| Hex | DF | 65 | 96 | 0 | 37 | 21 | D | 150 | 42 | 40 |
| Octal | 337 | 145 | 226 | 0 | 67 | 41 | 15 | 520 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10010110 | 0 | 110111 | 100001 | 1101 | 101010000 | 1000010 | 1000000 |
Color Harmonies of #DF6596
Complementary color
Monochromatic Colors of #DF6596
Black with #DF6596
Text Example
Text Example
White with #DF6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6596; }
p { color: rgb(223,101,150); }
H1.HeaderClassName
{
color: #DF6596;
}
.AnyTagClassName
{
color: #DF6596;
}
</style>
background-color css
<style>
a { background-color: #DF6596; }
a { background-color: rgb(223,101,150); }
div.DivClassName
{
background-color: #DF6596;
}
.BgClassName
{
background-color: #DF6596;
}
</style>
border-color css
<style>
span { border-color: #DF6596; }
span { border-color: rgb(223,101,150); }
td.TdClassName
{
border-color: #DF6596;
}
.TagClassName
{
border-color: #DF6596;
}
</style>