Shades of Pale Violet Red #DF6792
Tints of Pale Violet Red #DF6792
RGB
CMYK
RGB Variations
Color information
#DF6792 (or 0xDF6792) is known color: Pale Violet Red. HEX triplet: DF, 67 and 92. RGB value is (223,103,146). Sum of RGB (Red+Green+Blue) = 223+103+146=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6792 is #20986D. Grayscale: #8F8F8F. Windows color (decimal): -2136174 or 9594847. OLE color: 9594847.
HSL color Cylindrical-coordinate representation of color #DF6792: hue angle of 338.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6792 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 146 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.13 |
| HSL | 338.5º | 0.65% | 0.64% | - |
| HSV(B) | 338.5º | 0.54% | 0.87% | - |
| XYZ | 40.47 | 27.46 | 30.36 | - |
| YUV | 143.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 146 | 0 | 0.54 | 0.35 | 0.13 | 338.5 | 0.65 | 0.64 |
| Hex | DF | 67 | 92 | 0 | 36 | 23 | D | 152 | 41 | 40 |
| Octal | 337 | 147 | 222 | 0 | 66 | 43 | 15 | 522 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10010010 | 0 | 110110 | 100011 | 1101 | 101010010 | 1000001 | 1000000 |
Color Harmonies of #DF6792
Complementary color
Monochromatic Colors of #DF6792
Black with #DF6792
Text Example
Text Example
White with #DF6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6792; }
p { color: rgb(223,103,146); }
H1.HeaderClassName
{
color: #DF6792;
}
.AnyTagClassName
{
color: #DF6792;
}
</style>
background-color css
<style>
a { background-color: #DF6792; }
a { background-color: rgb(223,103,146); }
div.DivClassName
{
background-color: #DF6792;
}
.BgClassName
{
background-color: #DF6792;
}
</style>
border-color css
<style>
span { border-color: #DF6792; }
span { border-color: rgb(223,103,146); }
td.TdClassName
{
border-color: #DF6792;
}
.TagClassName
{
border-color: #DF6792;
}
</style>