Shades of Heliotrope #DF7FF7
Tints of Heliotrope #DF7FF7
RGB
CMYK
RGB Variations
Color information
#DF7FF7 (or 0xDF7FF7) is known color: Heliotrope. HEX triplet: DF, 7F and F7. RGB value is (223,127,247). Sum of RGB (Red+Green+Blue) = 223+127+247=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF7FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FF7 is #208008. Grayscale: #A9A9A9. Windows color (decimal): -2129929 or 16220127. OLE color: 16220127.
HSL color Cylindrical-coordinate representation of color #DF7FF7: hue angle of 288º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7FF7 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 127 | 247 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.03 |
| HSL | 288º | 0.88% | 0.73% | - |
| HSV(B) | 288º | 0.49% | 0.97% | - |
| XYZ | 54.81 | 37.58 | 92.36 | - |
| YUV | 169.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 247 | 0.10 | 0.49 | 0 | 0.03 | 288 | 0.88 | 0.73 |
| Hex | DF | 7F | F7 | A | 31 | 0 | 3 | 120 | 58 | 49 |
| Octal | 337 | 177 | 367 | 12 | 61 | 0 | 3 | 440 | 130 | 111 |
| Binary | 11011111 | 1111111 | 11110111 | 1010 | 110001 | 0 | 11 | 100100000 | 1011000 | 1001001 |
Color Harmonies of #DF7FF7
Complementary color
Monochromatic Colors of #DF7FF7
Black with #DF7FF7
Text Example
Text Example
White with #DF7FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FF7; }
p { color: rgb(223,127,247); }
H1.HeaderClassName
{
color: #DF7FF7;
}
.AnyTagClassName
{
color: #DF7FF7;
}
</style>
background-color css
<style>
a { background-color: #DF7FF7; }
a { background-color: rgb(223,127,247); }
div.DivClassName
{
background-color: #DF7FF7;
}
.BgClassName
{
background-color: #DF7FF7;
}
</style>
border-color css
<style>
span { border-color: #DF7FF7; }
span { border-color: rgb(223,127,247); }
td.TdClassName
{
border-color: #DF7FF7;
}
.TagClassName
{
border-color: #DF7FF7;
}
</style>