Shades of Heliotrope #DF69EF
Tints of Heliotrope #DF69EF
RGB
CMYK
RGB Variations
Color information
#DF69EF (or 0xDF69EF) is known color: Heliotrope. HEX triplet: DF, 69 and EF. RGB value is (223,105,239). Sum of RGB (Red+Green+Blue) = 223+105+239=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69EF is #209610. Grayscale: #9B9B9B. Windows color (decimal): -2135569 or 15690207. OLE color: 15690207.
HSL color Cylindrical-coordinate representation of color #DF69EF: hue angle of 292.84º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF69EF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 105 | 239 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.06 |
| HSL | 292.84º | 0.81% | 0.67% | - |
| HSV(B) | 292.84º | 0.56% | 0.94% | - |
| XYZ | 51.06 | 32.02 | 85.15 | - |
| YUV | 155.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 239 | 0.07 | 0.56 | 0 | 0.06 | 292.84 | 0.81 | 0.67 |
| Hex | DF | 69 | EF | 7 | 38 | 0 | 6 | 125 | 51 | 43 |
| Octal | 337 | 151 | 357 | 7 | 70 | 0 | 6 | 445 | 121 | 103 |
| Binary | 11011111 | 1101001 | 11101111 | 111 | 111000 | 0 | 110 | 100100101 | 1010001 | 1000011 |
Color Harmonies of #DF69EF
Complementary color
Monochromatic Colors of #DF69EF
Black with #DF69EF
Text Example
Text Example
White with #DF69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69EF; }
p { color: rgb(223,105,239); }
H1.HeaderClassName
{
color: #DF69EF;
}
.AnyTagClassName
{
color: #DF69EF;
}
</style>
background-color css
<style>
a { background-color: #DF69EF; }
a { background-color: rgb(223,105,239); }
div.DivClassName
{
background-color: #DF69EF;
}
.BgClassName
{
background-color: #DF69EF;
}
</style>
border-color css
<style>
span { border-color: #DF69EF; }
span { border-color: rgb(223,105,239); }
td.TdClassName
{
border-color: #DF69EF;
}
.TagClassName
{
border-color: #DF69EF;
}
</style>