Shades of Heliotrope #DF8BFE
Tints of Heliotrope #DF8BFE
RGB
CMYK
RGB Variations
Color information
#DF8BFE (or 0xDF8BFE) is known color: Heliotrope. HEX triplet: DF, 8B and FE. RGB value is (223,139,254). Sum of RGB (Red+Green+Blue) = 223+139+254=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BFE is #207401. Grayscale: #B0B0B0. Windows color (decimal): -2126850 or 16681951. OLE color: 16681951.
HSL color Cylindrical-coordinate representation of color #DF8BFE: hue angle of 283.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF8BFE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 139 | 254 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.00 |
| HSL | 283.83º | 0.98% | 0.77% | - |
| HSV(B) | 283.83º | 0.45% | 1% | - |
| XYZ | 57.55 | 41.31 | 98.71 | - |
| YUV | 177.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 254 | 0.12 | 0.45 | 0 | 0.00 | 283.83 | 0.98 | 0.77 |
| Hex | DF | 8B | FE | C | 2D | 0 | 0 | 11C | 62 | 4D |
| Octal | 337 | 213 | 376 | 14 | 55 | 0 | 0 | 434 | 142 | 115 |
| Binary | 11011111 | 10001011 | 11111110 | 1100 | 101101 | 0 | 0 | 100011100 | 1100010 | 1001101 |
Color Harmonies of #DF8BFE
Complementary color
Monochromatic Colors of #DF8BFE
Black with #DF8BFE
Text Example
Text Example
White with #DF8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BFE; }
p { color: rgb(223,139,254); }
H1.HeaderClassName
{
color: #DF8BFE;
}
.AnyTagClassName
{
color: #DF8BFE;
}
</style>
background-color css
<style>
a { background-color: #DF8BFE; }
a { background-color: rgb(223,139,254); }
div.DivClassName
{
background-color: #DF8BFE;
}
.BgClassName
{
background-color: #DF8BFE;
}
</style>
border-color css
<style>
span { border-color: #DF8BFE; }
span { border-color: rgb(223,139,254); }
td.TdClassName
{
border-color: #DF8BFE;
}
.TagClassName
{
border-color: #DF8BFE;
}
</style>