Shades of Heliotrope #DF8BF9
Tints of Heliotrope #DF8BF9
RGB
CMYK
RGB Variations
Color information
#DF8BF9 (or 0xDF8BF9) is known color: Heliotrope. HEX triplet: DF, 8B and F9. RGB value is (223,139,249). Sum of RGB (Red+Green+Blue) = 223+139+249=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF8BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BF9 is #207406. Grayscale: #B0B0B0. Windows color (decimal): -2126855 or 16354271. OLE color: 16354271.
HSL color Cylindrical-coordinate representation of color #DF8BF9: hue angle of 285.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF8BF9 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 139 | 249 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.02 |
| HSL | 285.82º | 0.9% | 0.76% | - |
| HSV(B) | 285.82º | 0.44% | 0.98% | - |
| XYZ | 56.76 | 40.99 | 94.54 | - |
| YUV | 176.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 249 | 0.10 | 0.44 | 0 | 0.02 | 285.82 | 0.9 | 0.76 |
| Hex | DF | 8B | F9 | A | 2C | 0 | 2 | 11E | 5A | 4C |
| Octal | 337 | 213 | 371 | 12 | 54 | 0 | 2 | 436 | 132 | 114 |
| Binary | 11011111 | 10001011 | 11111001 | 1010 | 101100 | 0 | 10 | 100011110 | 1011010 | 1001100 |
Color Harmonies of #DF8BF9
Complementary color
Monochromatic Colors of #DF8BF9
Black with #DF8BF9
Text Example
Text Example
White with #DF8BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BF9; }
p { color: rgb(223,139,249); }
H1.HeaderClassName
{
color: #DF8BF9;
}
.AnyTagClassName
{
color: #DF8BF9;
}
</style>
background-color css
<style>
a { background-color: #DF8BF9; }
a { background-color: rgb(223,139,249); }
div.DivClassName
{
background-color: #DF8BF9;
}
.BgClassName
{
background-color: #DF8BF9;
}
</style>
border-color css
<style>
span { border-color: #DF8BF9; }
span { border-color: rgb(223,139,249); }
td.TdClassName
{
border-color: #DF8BF9;
}
.TagClassName
{
border-color: #DF8BF9;
}
</style>