Shades of Heliotrope #DF68FA
Tints of Heliotrope #DF68FA
RGB
CMYK
RGB Variations
Color information
#DF68FA (or 0xDF68FA) is known color: Heliotrope. HEX triplet: DF, 68 and FA. RGB value is (223,104,250). Sum of RGB (Red+Green+Blue) = 223+104+250=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF68FA is #209705. Grayscale: #9B9B9B. Windows color (decimal): -2135814 or 16410847. OLE color: 16410847.
HSL color Cylindrical-coordinate representation of color #DF68FA: hue angle of 288.9º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF68FA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 104 | 250 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.02 |
| HSL | 288.9º | 0.94% | 0.69% | - |
| HSV(B) | 288.9º | 0.58% | 0.98% | - |
| XYZ | 52.64 | 32.49 | 93.94 | - |
| YUV | 156.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 250 | 0.11 | 0.58 | 0 | 0.02 | 288.9 | 0.94 | 0.69 |
| Hex | DF | 68 | FA | B | 3A | 0 | 2 | 121 | 5E | 45 |
| Octal | 337 | 150 | 372 | 13 | 72 | 0 | 2 | 441 | 136 | 105 |
| Binary | 11011111 | 1101000 | 11111010 | 1011 | 111010 | 0 | 10 | 100100001 | 1011110 | 1000101 |
Color Harmonies of #DF68FA
Complementary color
Monochromatic Colors of #DF68FA
Black with #DF68FA
Text Example
Text Example
White with #DF68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68FA; }
p { color: rgb(223,104,250); }
H1.HeaderClassName
{
color: #DF68FA;
}
.AnyTagClassName
{
color: #DF68FA;
}
</style>
background-color css
<style>
a { background-color: #DF68FA; }
a { background-color: rgb(223,104,250); }
div.DivClassName
{
background-color: #DF68FA;
}
.BgClassName
{
background-color: #DF68FA;
}
</style>
border-color css
<style>
span { border-color: #DF68FA; }
span { border-color: rgb(223,104,250); }
td.TdClassName
{
border-color: #DF68FA;
}
.TagClassName
{
border-color: #DF68FA;
}
</style>