Shades of Heliotrope #DF68F8
Tints of Heliotrope #DF68F8
RGB
CMYK
RGB Variations
Color information
#DF68F8 (or 0xDF68F8) is known color: Heliotrope. HEX triplet: DF, 68 and F8. RGB value is (223,104,248). Sum of RGB (Red+Green+Blue) = 223+104+248=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF68F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF68F8 is #209707. Grayscale: #9B9B9B. Windows color (decimal): -2135816 or 16279775. OLE color: 16279775.
HSL color Cylindrical-coordinate representation of color #DF68F8: hue angle of 289.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF68F8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 104 | 248 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.03 |
| HSL | 289.58º | 0.91% | 0.69% | - |
| HSV(B) | 289.58º | 0.58% | 0.97% | - |
| XYZ | 52.33 | 32.37 | 92.3 | - |
| YUV | 156 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 248 | 0.10 | 0.58 | 0 | 0.03 | 289.58 | 0.91 | 0.69 |
| Hex | DF | 68 | F8 | A | 3A | 0 | 3 | 122 | 5B | 45 |
| Octal | 337 | 150 | 370 | 12 | 72 | 0 | 3 | 442 | 133 | 105 |
| Binary | 11011111 | 1101000 | 11111000 | 1010 | 111010 | 0 | 11 | 100100010 | 1011011 | 1000101 |
Color Harmonies of #DF68F8
Complementary color
Monochromatic Colors of #DF68F8
Black with #DF68F8
Text Example
Text Example
White with #DF68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68F8; }
p { color: rgb(223,104,248); }
H1.HeaderClassName
{
color: #DF68F8;
}
.AnyTagClassName
{
color: #DF68F8;
}
</style>
background-color css
<style>
a { background-color: #DF68F8; }
a { background-color: rgb(223,104,248); }
div.DivClassName
{
background-color: #DF68F8;
}
.BgClassName
{
background-color: #DF68F8;
}
</style>
border-color css
<style>
span { border-color: #DF68F8; }
span { border-color: rgb(223,104,248); }
td.TdClassName
{
border-color: #DF68F8;
}
.TagClassName
{
border-color: #DF68F8;
}
</style>