Shades of Heliotrope #DF65EF
Tints of Heliotrope #DF65EF
RGB
CMYK
RGB Variations
Color information
#DF65EF (or 0xDF65EF) is known color: Heliotrope. HEX triplet: DF, 65 and EF. RGB value is (223,101,239). Sum of RGB (Red+Green+Blue) = 223+101+239=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65EF is #209A10. Grayscale: #989898. Windows color (decimal): -2136593 or 15689183. OLE color: 15689183.
HSL color Cylindrical-coordinate representation of color #DF65EF: hue angle of 293.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF65EF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 101 | 239 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.06 |
| HSL | 293.04º | 0.81% | 0.67% | - |
| HSV(B) | 293.04º | 0.58% | 0.94% | - |
| XYZ | 50.67 | 31.23 | 85.02 | - |
| YUV | 153.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 239 | 0.07 | 0.58 | 0 | 0.06 | 293.04 | 0.81 | 0.67 |
| Hex | DF | 65 | EF | 7 | 3A | 0 | 6 | 125 | 51 | 43 |
| Octal | 337 | 145 | 357 | 7 | 72 | 0 | 6 | 445 | 121 | 103 |
| Binary | 11011111 | 1100101 | 11101111 | 111 | 111010 | 0 | 110 | 100100101 | 1010001 | 1000011 |
Color Harmonies of #DF65EF
Complementary color
Monochromatic Colors of #DF65EF
Black with #DF65EF
Text Example
Text Example
White with #DF65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65EF; }
p { color: rgb(223,101,239); }
H1.HeaderClassName
{
color: #DF65EF;
}
.AnyTagClassName
{
color: #DF65EF;
}
</style>
background-color css
<style>
a { background-color: #DF65EF; }
a { background-color: rgb(223,101,239); }
div.DivClassName
{
background-color: #DF65EF;
}
.BgClassName
{
background-color: #DF65EF;
}
</style>
border-color css
<style>
span { border-color: #DF65EF; }
span { border-color: rgb(223,101,239); }
td.TdClassName
{
border-color: #DF65EF;
}
.TagClassName
{
border-color: #DF65EF;
}
</style>