Shades of Violet #DF8DF2
Tints of Violet #DF8DF2
RGB
CMYK
RGB Variations
Color information
#DF8DF2 (or 0xDF8DF2) is known color: Violet. HEX triplet: DF, 8D and F2. RGB value is (223,141,242). Sum of RGB (Red+Green+Blue) = 223+141+242=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF8DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DF2 is #20720D. Grayscale: #B0B0B0. Windows color (decimal): -2126350 or 15896031. OLE color: 15896031.
HSL color Cylindrical-coordinate representation of color #DF8DF2: hue angle of 288.71º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8DF2 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 141 | 242 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.05 |
| HSL | 288.71º | 0.8% | 0.75% | - |
| HSV(B) | 288.71º | 0.42% | 0.95% | - |
| XYZ | 55.98 | 41.15 | 89 | - |
| YUV | 177.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 242 | 0.08 | 0.42 | 0 | 0.05 | 288.71 | 0.8 | 0.75 |
| Hex | DF | 8D | F2 | 8 | 2A | 0 | 5 | 121 | 50 | 4B |
| Octal | 337 | 215 | 362 | 10 | 52 | 0 | 5 | 441 | 120 | 113 |
| Binary | 11011111 | 10001101 | 11110010 | 1000 | 101010 | 0 | 101 | 100100001 | 1010000 | 1001011 |
Color Harmonies of #DF8DF2
Complementary color
Monochromatic Colors of #DF8DF2
Black with #DF8DF2
Text Example
Text Example
White with #DF8DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DF2; }
p { color: rgb(223,141,242); }
H1.HeaderClassName
{
color: #DF8DF2;
}
.AnyTagClassName
{
color: #DF8DF2;
}
</style>
background-color css
<style>
a { background-color: #DF8DF2; }
a { background-color: rgb(223,141,242); }
div.DivClassName
{
background-color: #DF8DF2;
}
.BgClassName
{
background-color: #DF8DF2;
}
</style>
border-color css
<style>
span { border-color: #DF8DF2; }
span { border-color: rgb(223,141,242); }
td.TdClassName
{
border-color: #DF8DF2;
}
.TagClassName
{
border-color: #DF8DF2;
}
</style>