Shades of Violet #DF86EE
Tints of Violet #DF86EE
RGB
CMYK
RGB Variations
Color information
#DF86EE (or 0xDF86EE) is known color: Violet. HEX triplet: DF, 86 and EE. RGB value is (223,134,238). Sum of RGB (Red+Green+Blue) = 223+134+238=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF86EE is #207911. Grayscale: #ACACAC. Windows color (decimal): -2128146 or 15632095. OLE color: 15632095.
HSL color Cylindrical-coordinate representation of color #DF86EE: hue angle of 291.35º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF86EE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 134 | 238 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.07 |
| HSL | 291.35º | 0.75% | 0.73% | - |
| HSV(B) | 291.35º | 0.44% | 0.93% | - |
| XYZ | 54.39 | 38.91 | 85.53 | - |
| YUV | 172.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 238 | 0.06 | 0.44 | 0 | 0.07 | 291.35 | 0.75 | 0.73 |
| Hex | DF | 86 | EE | 6 | 2C | 0 | 7 | 123 | 4B | 49 |
| Octal | 337 | 206 | 356 | 6 | 54 | 0 | 7 | 443 | 113 | 111 |
| Binary | 11011111 | 10000110 | 11101110 | 110 | 101100 | 0 | 111 | 100100011 | 1001011 | 1001001 |
Color Harmonies of #DF86EE
Complementary color
Monochromatic Colors of #DF86EE
Black with #DF86EE
Text Example
Text Example
White with #DF86EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86EE; }
p { color: rgb(223,134,238); }
H1.HeaderClassName
{
color: #DF86EE;
}
.AnyTagClassName
{
color: #DF86EE;
}
</style>
background-color css
<style>
a { background-color: #DF86EE; }
a { background-color: rgb(223,134,238); }
div.DivClassName
{
background-color: #DF86EE;
}
.BgClassName
{
background-color: #DF86EE;
}
</style>
border-color css
<style>
span { border-color: #DF86EE; }
span { border-color: rgb(223,134,238); }
td.TdClassName
{
border-color: #DF86EE;
}
.TagClassName
{
border-color: #DF86EE;
}
</style>