Shades of Heliotrope #DF8AFF
Tints of Heliotrope #DF8AFF
RGB
CMYK
RGB Variations
Color information
#DF8AFF (or 0xDF8AFF) is known color: Heliotrope. HEX triplet: DF, 8A and FF. RGB value is (223,138,255). Sum of RGB (Red+Green+Blue) = 223+138+255=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8AFF is #207500. Grayscale: #B0B0B0. Windows color (decimal): -2127105 or 16747231. OLE color: 16747231.
HSL color Cylindrical-coordinate representation of color #DF8AFF: hue angle of 283.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF8AFF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 138 | 255 | - |
| CMYK | 0.13 | 0.46 | 0 | 0 |
| HSL | 283.59º | 1% | 0.77% | - |
| HSV(B) | 283.59º | 0.46% | 1% | - |
| XYZ | 57.57 | 41.08 | 99.5 | - |
| YUV | 176.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 255 | 0.13 | 0.46 | 0 | 0 | 283.59 | 1 | 0.77 |
| Hex | DF | 8A | FF | D | 2E | 0 | 0 | 11C | 64 | 4D |
| Octal | 337 | 212 | 377 | 15 | 56 | 0 | 0 | 434 | 144 | 115 |
| Binary | 11011111 | 10001010 | 11111111 | 1101 | 101110 | 0 | 0 | 100011100 | 1100100 | 1001101 |
Color Harmonies of #DF8AFF
Complementary color
Monochromatic Colors of #DF8AFF
Black with #DF8AFF
Text Example
Text Example
White with #DF8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AFF; }
p { color: rgb(223,138,255); }
H1.HeaderClassName
{
color: #DF8AFF;
}
.AnyTagClassName
{
color: #DF8AFF;
}
</style>
background-color css
<style>
a { background-color: #DF8AFF; }
a { background-color: rgb(223,138,255); }
div.DivClassName
{
background-color: #DF8AFF;
}
.BgClassName
{
background-color: #DF8AFF;
}
</style>
border-color css
<style>
span { border-color: #DF8AFF; }
span { border-color: rgb(223,138,255); }
td.TdClassName
{
border-color: #DF8AFF;
}
.TagClassName
{
border-color: #DF8AFF;
}
</style>