Shades of Heliotrope #DF81F7
Tints of Heliotrope #DF81F7
RGB
CMYK
RGB Variations
Color information
#DF81F7 (or 0xDF81F7) is known color: Heliotrope. HEX triplet: DF, 81 and F7. RGB value is (223,129,247). Sum of RGB (Red+Green+Blue) = 223+129+247=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF81F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81F7 is #207E08. Grayscale: #AAAAAA. Windows color (decimal): -2129417 or 16220639. OLE color: 16220639.
HSL color Cylindrical-coordinate representation of color #DF81F7: hue angle of 287.8º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF81F7 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 129 | 247 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.03 |
| HSL | 287.8º | 0.88% | 0.74% | - |
| HSV(B) | 287.8º | 0.48% | 0.97% | - |
| XYZ | 55.07 | 38.1 | 92.45 | - |
| YUV | 170.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 247 | 0.10 | 0.48 | 0 | 0.03 | 287.8 | 0.88 | 0.74 |
| Hex | DF | 81 | F7 | A | 30 | 0 | 3 | 120 | 58 | 4A |
| Octal | 337 | 201 | 367 | 12 | 60 | 0 | 3 | 440 | 130 | 112 |
| Binary | 11011111 | 10000001 | 11110111 | 1010 | 110000 | 0 | 11 | 100100000 | 1011000 | 1001010 |
Color Harmonies of #DF81F7
Complementary color
Monochromatic Colors of #DF81F7
Black with #DF81F7
Text Example
Text Example
White with #DF81F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81F7; }
p { color: rgb(223,129,247); }
H1.HeaderClassName
{
color: #DF81F7;
}
.AnyTagClassName
{
color: #DF81F7;
}
</style>
background-color css
<style>
a { background-color: #DF81F7; }
a { background-color: rgb(223,129,247); }
div.DivClassName
{
background-color: #DF81F7;
}
.BgClassName
{
background-color: #DF81F7;
}
</style>
border-color css
<style>
span { border-color: #DF81F7; }
span { border-color: rgb(223,129,247); }
td.TdClassName
{
border-color: #DF81F7;
}
.TagClassName
{
border-color: #DF81F7;
}
</style>