Shades of Violet #DF8CF1
Tints of Violet #DF8CF1
RGB
CMYK
RGB Variations
Color information
#DF8CF1 (or 0xDF8CF1) is known color: Violet. HEX triplet: DF, 8C and F1. RGB value is (223,140,241). Sum of RGB (Red+Green+Blue) = 223+140+241=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF8CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CF1 is #20730E. Grayscale: #B0B0B0. Windows color (decimal): -2126607 or 15830239. OLE color: 15830239.
HSL color Cylindrical-coordinate representation of color #DF8CF1: hue angle of 289.31º degrees, saturation: 0.78, 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 #DF8CF1 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 140 | 241 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.05 |
| HSL | 289.31º | 0.78% | 0.75% | - |
| HSV(B) | 289.31º | 0.42% | 0.95% | - |
| XYZ | 55.69 | 40.8 | 88.16 | - |
| YUV | 176.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 241 | 0.07 | 0.42 | 0 | 0.05 | 289.31 | 0.78 | 0.75 |
| Hex | DF | 8C | F1 | 7 | 2A | 0 | 5 | 121 | 4E | 4B |
| Octal | 337 | 214 | 361 | 7 | 52 | 0 | 5 | 441 | 116 | 113 |
| Binary | 11011111 | 10001100 | 11110001 | 111 | 101010 | 0 | 101 | 100100001 | 1001110 | 1001011 |
Color Harmonies of #DF8CF1
Complementary color
Monochromatic Colors of #DF8CF1
Black with #DF8CF1
Text Example
Text Example
White with #DF8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CF1; }
p { color: rgb(223,140,241); }
H1.HeaderClassName
{
color: #DF8CF1;
}
.AnyTagClassName
{
color: #DF8CF1;
}
</style>
background-color css
<style>
a { background-color: #DF8CF1; }
a { background-color: rgb(223,140,241); }
div.DivClassName
{
background-color: #DF8CF1;
}
.BgClassName
{
background-color: #DF8CF1;
}
</style>
border-color css
<style>
span { border-color: #DF8CF1; }
span { border-color: rgb(223,140,241); }
td.TdClassName
{
border-color: #DF8CF1;
}
.TagClassName
{
border-color: #DF8CF1;
}
</style>