Shades of Violet #DF8DF0
Tints of Violet #DF8DF0
RGB
CMYK
RGB Variations
Color information
#DF8DF0 (or 0xDF8DF0) is known color: Violet. HEX triplet: DF, 8D and F0. RGB value is (223,141,240). Sum of RGB (Red+Green+Blue) = 223+141+240=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF8DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DF0 is #20720F. Grayscale: #B0B0B0. Windows color (decimal): -2126352 or 15764959. OLE color: 15764959.
HSL color Cylindrical-coordinate representation of color #DF8DF0: hue angle of 289.7º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8DF0 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 141 | 240 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.06 |
| HSL | 289.7º | 0.77% | 0.75% | - |
| HSV(B) | 289.7º | 0.41% | 0.94% | - |
| XYZ | 55.68 | 41.03 | 87.42 | - |
| YUV | 176.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 240 | 0.07 | 0.41 | 0 | 0.06 | 289.7 | 0.77 | 0.75 |
| Hex | DF | 8D | F0 | 7 | 29 | 0 | 6 | 122 | 4D | 4B |
| Octal | 337 | 215 | 360 | 7 | 51 | 0 | 6 | 442 | 115 | 113 |
| Binary | 11011111 | 10001101 | 11110000 | 111 | 101001 | 0 | 110 | 100100010 | 1001101 | 1001011 |
Color Harmonies of #DF8DF0
Complementary color
Monochromatic Colors of #DF8DF0
Black with #DF8DF0
Text Example
Text Example
White with #DF8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DF0; }
p { color: rgb(223,141,240); }
H1.HeaderClassName
{
color: #DF8DF0;
}
.AnyTagClassName
{
color: #DF8DF0;
}
</style>
background-color css
<style>
a { background-color: #DF8DF0; }
a { background-color: rgb(223,141,240); }
div.DivClassName
{
background-color: #DF8DF0;
}
.BgClassName
{
background-color: #DF8DF0;
}
</style>
border-color css
<style>
span { border-color: #DF8DF0; }
span { border-color: rgb(223,141,240); }
td.TdClassName
{
border-color: #DF8DF0;
}
.TagClassName
{
border-color: #DF8DF0;
}
</style>