Shades of Violet #DF8DF6
Tints of Violet #DF8DF6
RGB
CMYK
RGB Variations
Color information
#DF8DF6 (or 0xDF8DF6) is known color: Violet. HEX triplet: DF, 8D and F6. RGB value is (223,141,246). Sum of RGB (Red+Green+Blue) = 223+141+246=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF8DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DF6 is #207209. Grayscale: #B1B1B1. Windows color (decimal): -2126346 or 16158175. OLE color: 16158175.
HSL color Cylindrical-coordinate representation of color #DF8DF6: hue angle of 286.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8DF6 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 141 | 246 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.04 |
| HSL | 286.86º | 0.85% | 0.76% | - |
| HSV(B) | 286.86º | 0.43% | 0.96% | - |
| XYZ | 56.59 | 41.39 | 92.2 | - |
| YUV | 177.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 246 | 0.09 | 0.43 | 0 | 0.04 | 286.86 | 0.85 | 0.76 |
| Hex | DF | 8D | F6 | 9 | 2B | 0 | 4 | 11F | 55 | 4C |
| Octal | 337 | 215 | 366 | 11 | 53 | 0 | 4 | 437 | 125 | 114 |
| Binary | 11011111 | 10001101 | 11110110 | 1001 | 101011 | 0 | 100 | 100011111 | 1010101 | 1001100 |
Color Harmonies of #DF8DF6
Complementary color
Monochromatic Colors of #DF8DF6
Black with #DF8DF6
Text Example
Text Example
White with #DF8DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DF6; }
p { color: rgb(223,141,246); }
H1.HeaderClassName
{
color: #DF8DF6;
}
.AnyTagClassName
{
color: #DF8DF6;
}
</style>
background-color css
<style>
a { background-color: #DF8DF6; }
a { background-color: rgb(223,141,246); }
div.DivClassName
{
background-color: #DF8DF6;
}
.BgClassName
{
background-color: #DF8DF6;
}
</style>
border-color css
<style>
span { border-color: #DF8DF6; }
span { border-color: rgb(223,141,246); }
td.TdClassName
{
border-color: #DF8DF6;
}
.TagClassName
{
border-color: #DF8DF6;
}
</style>