Shades of Pale Violet Red #DF6798
Tints of Pale Violet Red #DF6798
RGB
CMYK
RGB Variations
Color information
#DF6798 (or 0xDF6798) is known color: Pale Violet Red. HEX triplet: DF, 67 and 98. RGB value is (223,103,152). Sum of RGB (Red+Green+Blue) = 223+103+152=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6798 is #209867. Grayscale: #909090. Windows color (decimal): -2136168 or 9988063. OLE color: 9988063.
HSL color Cylindrical-coordinate representation of color #DF6798: hue angle of 335.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 #DF6798 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 152 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.13 |
| HSL | 335.5º | 0.65% | 0.64% | - |
| HSV(B) | 335.5º | 0.54% | 0.87% | - |
| XYZ | 40.95 | 27.66 | 32.89 | - |
| YUV | 144.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 152 | 0 | 0.54 | 0.32 | 0.13 | 335.5 | 0.65 | 0.64 |
| Hex | DF | 67 | 98 | 0 | 36 | 20 | D | 150 | 41 | 40 |
| Octal | 337 | 147 | 230 | 0 | 66 | 40 | 15 | 520 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10011000 | 0 | 110110 | 100000 | 1101 | 101010000 | 1000001 | 1000000 |
Color Harmonies of #DF6798
Complementary color
Monochromatic Colors of #DF6798
Black with #DF6798
Text Example
Text Example
White with #DF6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6798; }
p { color: rgb(223,103,152); }
H1.HeaderClassName
{
color: #DF6798;
}
.AnyTagClassName
{
color: #DF6798;
}
</style>
background-color css
<style>
a { background-color: #DF6798; }
a { background-color: rgb(223,103,152); }
div.DivClassName
{
background-color: #DF6798;
}
.BgClassName
{
background-color: #DF6798;
}
</style>
border-color css
<style>
span { border-color: #DF6798; }
span { border-color: rgb(223,103,152); }
td.TdClassName
{
border-color: #DF6798;
}
.TagClassName
{
border-color: #DF6798;
}
</style>