Shades of Heliotrope #DF82F7
Tints of Heliotrope #DF82F7
RGB
CMYK
RGB Variations
Color information
#DF82F7 (or 0xDF82F7) is known color: Heliotrope. HEX triplet: DF, 82 and F7. RGB value is (223,130,247). Sum of RGB (Red+Green+Blue) = 223+130+247=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF82F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF82F7 is #207D08. Grayscale: #AAAAAA. Windows color (decimal): -2129161 or 16220895. OLE color: 16220895.
HSL color Cylindrical-coordinate representation of color #DF82F7: hue angle of 287.69º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF82F7 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 130 | 247 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.03 |
| HSL | 287.69º | 0.88% | 0.74% | - |
| HSV(B) | 287.69º | 0.47% | 0.97% | - |
| XYZ | 55.2 | 38.37 | 92.49 | - |
| YUV | 171.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 247 | 0.10 | 0.47 | 0 | 0.03 | 287.69 | 0.88 | 0.74 |
| Hex | DF | 82 | F7 | A | 2F | 0 | 3 | 120 | 58 | 4A |
| Octal | 337 | 202 | 367 | 12 | 57 | 0 | 3 | 440 | 130 | 112 |
| Binary | 11011111 | 10000010 | 11110111 | 1010 | 101111 | 0 | 11 | 100100000 | 1011000 | 1001010 |
Color Harmonies of #DF82F7
Complementary color
Monochromatic Colors of #DF82F7
Black with #DF82F7
Text Example
Text Example
White with #DF82F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82F7; }
p { color: rgb(223,130,247); }
H1.HeaderClassName
{
color: #DF82F7;
}
.AnyTagClassName
{
color: #DF82F7;
}
</style>
background-color css
<style>
a { background-color: #DF82F7; }
a { background-color: rgb(223,130,247); }
div.DivClassName
{
background-color: #DF82F7;
}
.BgClassName
{
background-color: #DF82F7;
}
</style>
border-color css
<style>
span { border-color: #DF82F7; }
span { border-color: rgb(223,130,247); }
td.TdClassName
{
border-color: #DF82F7;
}
.TagClassName
{
border-color: #DF82F7;
}
</style>