Shades of Pale Violet Red #DF6392
Tints of Pale Violet Red #DF6392
RGB
CMYK
RGB Variations
Color information
#DF6392 (or 0xDF6392) is known color: Pale Violet Red. HEX triplet: DF, 63 and 92. RGB value is (223,99,146). Sum of RGB (Red+Green+Blue) = 223+99+146=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6392 is #209C6D. Grayscale: #8D8D8D. Windows color (decimal): -2137198 or 9593823. OLE color: 9593823.
HSL color Cylindrical-coordinate representation of color #DF6392: hue angle of 337.26º 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 #DF6392 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 146 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.13 |
| HSL | 337.26º | 0.66% | 0.63% | - |
| HSV(B) | 337.26º | 0.56% | 0.87% | - |
| XYZ | 40.08 | 26.69 | 30.23 | - |
| YUV | 141.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 146 | 0 | 0.56 | 0.35 | 0.13 | 337.26 | 0.66 | 0.63 |
| Hex | DF | 63 | 92 | 0 | 38 | 23 | D | 151 | 42 | 3F |
| Octal | 337 | 143 | 222 | 0 | 70 | 43 | 15 | 521 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10010010 | 0 | 111000 | 100011 | 1101 | 101010001 | 1000010 | 111111 |
Color Harmonies of #DF6392
Complementary color
Monochromatic Colors of #DF6392
Black with #DF6392
Text Example
Text Example
White with #DF6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6392; }
p { color: rgb(223,99,146); }
H1.HeaderClassName
{
color: #DF6392;
}
.AnyTagClassName
{
color: #DF6392;
}
</style>
background-color css
<style>
a { background-color: #DF6392; }
a { background-color: rgb(223,99,146); }
div.DivClassName
{
background-color: #DF6392;
}
.BgClassName
{
background-color: #DF6392;
}
</style>
border-color css
<style>
span { border-color: #DF6392; }
span { border-color: rgb(223,99,146); }
td.TdClassName
{
border-color: #DF6392;
}
.TagClassName
{
border-color: #DF6392;
}
</style>