Shades of Heliotrope #DF8FFA
Tints of Heliotrope #DF8FFA
RGB
CMYK
RGB Variations
Color information
#DF8FFA (or 0xDF8FFA) is known color: Heliotrope. HEX triplet: DF, 8F and FA. RGB value is (223,143,250). Sum of RGB (Red+Green+Blue) = 223+143+250=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8FFA is #207005. Grayscale: #B2B2B2. Windows color (decimal): -2125830 or 16420831. OLE color: 16420831.
HSL color Cylindrical-coordinate representation of color #DF8FFA: hue angle of 284.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8FFA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 143 | 250 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.02 |
| HSL | 284.86º | 0.91% | 0.77% | - |
| HSV(B) | 284.86º | 0.43% | 0.98% | - |
| XYZ | 57.51 | 42.24 | 95.56 | - |
| YUV | 179.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 250 | 0.11 | 0.43 | 0 | 0.02 | 284.86 | 0.91 | 0.77 |
| Hex | DF | 8F | FA | B | 2B | 0 | 2 | 11D | 5B | 4D |
| Octal | 337 | 217 | 372 | 13 | 53 | 0 | 2 | 435 | 133 | 115 |
| Binary | 11011111 | 10001111 | 11111010 | 1011 | 101011 | 0 | 10 | 100011101 | 1011011 | 1001101 |
Color Harmonies of #DF8FFA
Complementary color
Monochromatic Colors of #DF8FFA
Black with #DF8FFA
Text Example
Text Example
White with #DF8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FFA; }
p { color: rgb(223,143,250); }
H1.HeaderClassName
{
color: #DF8FFA;
}
.AnyTagClassName
{
color: #DF8FFA;
}
</style>
background-color css
<style>
a { background-color: #DF8FFA; }
a { background-color: rgb(223,143,250); }
div.DivClassName
{
background-color: #DF8FFA;
}
.BgClassName
{
background-color: #DF8FFA;
}
</style>
border-color css
<style>
span { border-color: #DF8FFA; }
span { border-color: rgb(223,143,250); }
td.TdClassName
{
border-color: #DF8FFA;
}
.TagClassName
{
border-color: #DF8FFA;
}
</style>