Shades of Pale Violet Red #DF6396
Tints of Pale Violet Red #DF6396
RGB
CMYK
RGB Variations
Color information
#DF6396 (or 0xDF6396) is known color: Pale Violet Red. HEX triplet: DF, 63 and 96. RGB value is (223,99,150). Sum of RGB (Red+Green+Blue) = 223+99+150=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6396 is #209C69. Grayscale: #8D8D8D. Windows color (decimal): -2137194 or 9855967. OLE color: 9855967.
HSL color Cylindrical-coordinate representation of color #DF6396: hue angle of 335.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6396 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 150 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.13 |
| HSL | 335.32º | 0.66% | 0.63% | - |
| HSV(B) | 335.32º | 0.56% | 0.87% | - |
| XYZ | 40.4 | 26.81 | 31.9 | - |
| YUV | 141.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 150 | 0 | 0.56 | 0.33 | 0.13 | 335.32 | 0.66 | 0.63 |
| Hex | DF | 63 | 96 | 0 | 38 | 21 | D | 14F | 42 | 3F |
| Octal | 337 | 143 | 226 | 0 | 70 | 41 | 15 | 517 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10010110 | 0 | 111000 | 100001 | 1101 | 101001111 | 1000010 | 111111 |
Color Harmonies of #DF6396
Complementary color
Monochromatic Colors of #DF6396
Black with #DF6396
Text Example
Text Example
White with #DF6396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6396; }
p { color: rgb(223,99,150); }
H1.HeaderClassName
{
color: #DF6396;
}
.AnyTagClassName
{
color: #DF6396;
}
</style>
background-color css
<style>
a { background-color: #DF6396; }
a { background-color: rgb(223,99,150); }
div.DivClassName
{
background-color: #DF6396;
}
.BgClassName
{
background-color: #DF6396;
}
</style>
border-color css
<style>
span { border-color: #DF6396; }
span { border-color: rgb(223,99,150); }
td.TdClassName
{
border-color: #DF6396;
}
.TagClassName
{
border-color: #DF6396;
}
</style>