Shades of Heliotrope #DF64FD
Tints of Heliotrope #DF64FD
RGB
CMYK
RGB Variations
Color information
#DF64FD (or 0xDF64FD) is known color: Heliotrope. HEX triplet: DF, 64 and FD. RGB value is (223,100,253). Sum of RGB (Red+Green+Blue) = 223+100+253=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64FD is #209B02. Grayscale: #999999. Windows color (decimal): -2136835 or 16606431. OLE color: 16606431.
HSL color Cylindrical-coordinate representation of color #DF64FD: hue angle of 288.24º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF64FD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 100 | 253 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.01 |
| HSL | 288.24º | 0.97% | 0.69% | - |
| HSV(B) | 288.24º | 0.6% | 0.99% | - |
| XYZ | 52.72 | 31.89 | 96.31 | - |
| YUV | 154.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 253 | 0.12 | 0.60 | 0 | 0.01 | 288.24 | 0.97 | 0.69 |
| Hex | DF | 64 | FD | C | 3C | 0 | 1 | 120 | 61 | 45 |
| Octal | 337 | 144 | 375 | 14 | 74 | 0 | 1 | 440 | 141 | 105 |
| Binary | 11011111 | 1100100 | 11111101 | 1100 | 111100 | 0 | 1 | 100100000 | 1100001 | 1000101 |
Color Harmonies of #DF64FD
Complementary color
Monochromatic Colors of #DF64FD
Black with #DF64FD
Text Example
Text Example
White with #DF64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64FD; }
p { color: rgb(223,100,253); }
H1.HeaderClassName
{
color: #DF64FD;
}
.AnyTagClassName
{
color: #DF64FD;
}
</style>
background-color css
<style>
a { background-color: #DF64FD; }
a { background-color: rgb(223,100,253); }
div.DivClassName
{
background-color: #DF64FD;
}
.BgClassName
{
background-color: #DF64FD;
}
</style>
border-color css
<style>
span { border-color: #DF64FD; }
span { border-color: rgb(223,100,253); }
td.TdClassName
{
border-color: #DF64FD;
}
.TagClassName
{
border-color: #DF64FD;
}
</style>