Shades of Heliotrope #DF86FA
Tints of Heliotrope #DF86FA
RGB
CMYK
RGB Variations
Color information
#DF86FA (or 0xDF86FA) is known color: Heliotrope. HEX triplet: DF, 86 and FA. RGB value is (223,134,250). Sum of RGB (Red+Green+Blue) = 223+134+250=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF86FA is #207905. Grayscale: #ADADAD. Windows color (decimal): -2128134 or 16418527. OLE color: 16418527.
HSL color Cylindrical-coordinate representation of color #DF86FA: hue angle of 286.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF86FA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 134 | 250 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.02 |
| HSL | 286.03º | 0.92% | 0.75% | - |
| HSV(B) | 286.03º | 0.46% | 0.98% | - |
| XYZ | 56.21 | 39.64 | 95.13 | - |
| YUV | 173.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 250 | 0.11 | 0.46 | 0 | 0.02 | 286.03 | 0.92 | 0.75 |
| Hex | DF | 86 | FA | B | 2E | 0 | 2 | 11E | 5C | 4B |
| Octal | 337 | 206 | 372 | 13 | 56 | 0 | 2 | 436 | 134 | 113 |
| Binary | 11011111 | 10000110 | 11111010 | 1011 | 101110 | 0 | 10 | 100011110 | 1011100 | 1001011 |
Color Harmonies of #DF86FA
Complementary color
Monochromatic Colors of #DF86FA
Black with #DF86FA
Text Example
Text Example
White with #DF86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86FA; }
p { color: rgb(223,134,250); }
H1.HeaderClassName
{
color: #DF86FA;
}
.AnyTagClassName
{
color: #DF86FA;
}
</style>
background-color css
<style>
a { background-color: #DF86FA; }
a { background-color: rgb(223,134,250); }
div.DivClassName
{
background-color: #DF86FA;
}
.BgClassName
{
background-color: #DF86FA;
}
</style>
border-color css
<style>
span { border-color: #DF86FA; }
span { border-color: rgb(223,134,250); }
td.TdClassName
{
border-color: #DF86FA;
}
.TagClassName
{
border-color: #DF86FA;
}
</style>