Shades of Heliotrope #DF64FF
Tints of Heliotrope #DF64FF
RGB
CMYK
RGB Variations
Color information
#DF64FF (or 0xDF64FF) is known color: Heliotrope. HEX triplet: DF, 64 and FF. RGB value is (223,100,255). Sum of RGB (Red+Green+Blue) = 223+100+255=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64FF is #209B00. Grayscale: #999999. Windows color (decimal): -2136833 or 16737503. OLE color: 16737503.
HSL color Cylindrical-coordinate representation of color #DF64FF: hue angle of 287.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF64FF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 100 | 255 | - |
| CMYK | 0.13 | 0.61 | 0 | 0 |
| HSL | 287.61º | 1% | 0.7% | - |
| HSV(B) | 287.61º | 0.61% | 1% | - |
| XYZ | 53.04 | 32.02 | 97.99 | - |
| YUV | 154.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 255 | 0.13 | 0.61 | 0 | 0 | 287.61 | 1 | 0.7 |
| Hex | DF | 64 | FF | D | 3D | 0 | 0 | 120 | 64 | 46 |
| Octal | 337 | 144 | 377 | 15 | 75 | 0 | 0 | 440 | 144 | 106 |
| Binary | 11011111 | 1100100 | 11111111 | 1101 | 111101 | 0 | 0 | 100100000 | 1100100 | 1000110 |
Color Harmonies of #DF64FF
Complementary color
Monochromatic Colors of #DF64FF
Black with #DF64FF
Text Example
Text Example
White with #DF64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64FF; }
p { color: rgb(223,100,255); }
H1.HeaderClassName
{
color: #DF64FF;
}
.AnyTagClassName
{
color: #DF64FF;
}
</style>
background-color css
<style>
a { background-color: #DF64FF; }
a { background-color: rgb(223,100,255); }
div.DivClassName
{
background-color: #DF64FF;
}
.BgClassName
{
background-color: #DF64FF;
}
</style>
border-color css
<style>
span { border-color: #DF64FF; }
span { border-color: rgb(223,100,255); }
td.TdClassName
{
border-color: #DF64FF;
}
.TagClassName
{
border-color: #DF64FF;
}
</style>