Shades of Heliotrope #DF64FE
Tints of Heliotrope #DF64FE
RGB
CMYK
RGB Variations
Color information
#DF64FE (or 0xDF64FE) is known color: Heliotrope. HEX triplet: DF, 64 and FE. RGB value is (223,100,254). Sum of RGB (Red+Green+Blue) = 223+100+254=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64FE is #209B01. Grayscale: #999999. Windows color (decimal): -2136834 or 16671967. OLE color: 16671967.
HSL color Cylindrical-coordinate representation of color #DF64FE: hue angle of 287.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF64FE is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 100 | 254 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.00 |
| HSL | 287.92º | 0.99% | 0.69% | - |
| HSV(B) | 287.92º | 0.61% | 1% | - |
| XYZ | 52.88 | 31.96 | 97.15 | - |
| YUV | 154.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 254 | 0.12 | 0.61 | 0 | 0.00 | 287.92 | 0.99 | 0.69 |
| Hex | DF | 64 | FE | C | 3D | 0 | 0 | 120 | 63 | 45 |
| Octal | 337 | 144 | 376 | 14 | 75 | 0 | 0 | 440 | 143 | 105 |
| Binary | 11011111 | 1100100 | 11111110 | 1100 | 111101 | 0 | 0 | 100100000 | 1100011 | 1000101 |
Color Harmonies of #DF64FE
Complementary color
Monochromatic Colors of #DF64FE
Black with #DF64FE
Text Example
Text Example
White with #DF64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64FE; }
p { color: rgb(223,100,254); }
H1.HeaderClassName
{
color: #DF64FE;
}
.AnyTagClassName
{
color: #DF64FE;
}
</style>
background-color css
<style>
a { background-color: #DF64FE; }
a { background-color: rgb(223,100,254); }
div.DivClassName
{
background-color: #DF64FE;
}
.BgClassName
{
background-color: #DF64FE;
}
</style>
border-color css
<style>
span { border-color: #DF64FE; }
span { border-color: rgb(223,100,254); }
td.TdClassName
{
border-color: #DF64FE;
}
.TagClassName
{
border-color: #DF64FE;
}
</style>