Shades of Heliotrope #DF65FF
Tints of Heliotrope #DF65FF
RGB
CMYK
RGB Variations
Color information
#DF65FF (or 0xDF65FF) is known color: Heliotrope. HEX triplet: DF, 65 and FF. RGB value is (223,101,255). Sum of RGB (Red+Green+Blue) = 223+101+255=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65FF is #209A00. Grayscale: #9A9A9A. Windows color (decimal): -2136577 or 16737759. OLE color: 16737759.
HSL color Cylindrical-coordinate representation of color #DF65FF: hue angle of 287.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF65FF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 101 | 255 | - |
| CMYK | 0.13 | 0.60 | 0 | 0 |
| HSL | 287.53º | 1% | 0.7% | - |
| HSV(B) | 287.53º | 0.6% | 1% | - |
| XYZ | 53.14 | 32.22 | 98.03 | - |
| YUV | 155.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 255 | 0.13 | 0.60 | 0 | 0 | 287.53 | 1 | 0.7 |
| Hex | DF | 65 | FF | D | 3C | 0 | 0 | 120 | 64 | 46 |
| Octal | 337 | 145 | 377 | 15 | 74 | 0 | 0 | 440 | 144 | 106 |
| Binary | 11011111 | 1100101 | 11111111 | 1101 | 111100 | 0 | 0 | 100100000 | 1100100 | 1000110 |
Color Harmonies of #DF65FF
Complementary color
Monochromatic Colors of #DF65FF
Black with #DF65FF
Text Example
Text Example
White with #DF65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65FF; }
p { color: rgb(223,101,255); }
H1.HeaderClassName
{
color: #DF65FF;
}
.AnyTagClassName
{
color: #DF65FF;
}
</style>
background-color css
<style>
a { background-color: #DF65FF; }
a { background-color: rgb(223,101,255); }
div.DivClassName
{
background-color: #DF65FF;
}
.BgClassName
{
background-color: #DF65FF;
}
</style>
border-color css
<style>
span { border-color: #DF65FF; }
span { border-color: rgb(223,101,255); }
td.TdClassName
{
border-color: #DF65FF;
}
.TagClassName
{
border-color: #DF65FF;
}
</style>