Shades of Violet #DF86F1
Tints of Violet #DF86F1
RGB
CMYK
RGB Variations
Color information
#DF86F1 (or 0xDF86F1) is known color: Violet. HEX triplet: DF, 86 and F1. RGB value is (223,134,241). Sum of RGB (Red+Green+Blue) = 223+134+241=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF86F1 is #20790E. Grayscale: #ACACAC. Windows color (decimal): -2128143 or 15828703. OLE color: 15828703.
HSL color Cylindrical-coordinate representation of color #DF86F1: hue angle of 289.91º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF86F1 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 134 | 241 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.05 |
| HSL | 289.91º | 0.79% | 0.74% | - |
| HSV(B) | 289.91º | 0.44% | 0.95% | - |
| XYZ | 54.83 | 39.09 | 87.87 | - |
| YUV | 172.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 241 | 0.07 | 0.44 | 0 | 0.05 | 289.91 | 0.79 | 0.74 |
| Hex | DF | 86 | F1 | 7 | 2C | 0 | 5 | 122 | 4F | 4A |
| Octal | 337 | 206 | 361 | 7 | 54 | 0 | 5 | 442 | 117 | 112 |
| Binary | 11011111 | 10000110 | 11110001 | 111 | 101100 | 0 | 101 | 100100010 | 1001111 | 1001010 |
Color Harmonies of #DF86F1
Complementary color
Monochromatic Colors of #DF86F1
Black with #DF86F1
Text Example
Text Example
White with #DF86F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86F1; }
p { color: rgb(223,134,241); }
H1.HeaderClassName
{
color: #DF86F1;
}
.AnyTagClassName
{
color: #DF86F1;
}
</style>
background-color css
<style>
a { background-color: #DF86F1; }
a { background-color: rgb(223,134,241); }
div.DivClassName
{
background-color: #DF86F1;
}
.BgClassName
{
background-color: #DF86F1;
}
</style>
border-color css
<style>
span { border-color: #DF86F1; }
span { border-color: rgb(223,134,241); }
td.TdClassName
{
border-color: #DF86F1;
}
.TagClassName
{
border-color: #DF86F1;
}
</style>