Shades of Heliotrope #DF8BFF
Tints of Heliotrope #DF8BFF
RGB
CMYK
RGB Variations
Color information
#DF8BFF (or 0xDF8BFF) is known color: Heliotrope. HEX triplet: DF, 8B and FF. RGB value is (223,139,255). Sum of RGB (Red+Green+Blue) = 223+139+255=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BFF is #207400. Grayscale: #B0B0B0. Windows color (decimal): -2126849 or 16747487. OLE color: 16747487.
HSL color Cylindrical-coordinate representation of color #DF8BFF: hue angle of 283.45º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF8BFF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 139 | 255 | - |
| CMYK | 0.13 | 0.45 | 0 | 0 |
| HSL | 283.45º | 1% | 0.77% | - |
| HSV(B) | 283.45º | 0.45% | 1% | - |
| XYZ | 57.71 | 41.37 | 99.55 | - |
| YUV | 177.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 255 | 0.13 | 0.45 | 0 | 0 | 283.45 | 1 | 0.77 |
| Hex | DF | 8B | FF | D | 2D | 0 | 0 | 11B | 64 | 4D |
| Octal | 337 | 213 | 377 | 15 | 55 | 0 | 0 | 433 | 144 | 115 |
| Binary | 11011111 | 10001011 | 11111111 | 1101 | 101101 | 0 | 0 | 100011011 | 1100100 | 1001101 |
Color Harmonies of #DF8BFF
Complementary color
Monochromatic Colors of #DF8BFF
Black with #DF8BFF
Text Example
Text Example
White with #DF8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BFF; }
p { color: rgb(223,139,255); }
H1.HeaderClassName
{
color: #DF8BFF;
}
.AnyTagClassName
{
color: #DF8BFF;
}
</style>
background-color css
<style>
a { background-color: #DF8BFF; }
a { background-color: rgb(223,139,255); }
div.DivClassName
{
background-color: #DF8BFF;
}
.BgClassName
{
background-color: #DF8BFF;
}
</style>
border-color css
<style>
span { border-color: #DF8BFF; }
span { border-color: rgb(223,139,255); }
td.TdClassName
{
border-color: #DF8BFF;
}
.TagClassName
{
border-color: #DF8BFF;
}
</style>