Shades of Heliotrope #DF69EE
Tints of Heliotrope #DF69EE
RGB
CMYK
RGB Variations
Color information
#DF69EE (or 0xDF69EE) is known color: Heliotrope. HEX triplet: DF, 69 and EE. RGB value is (223,105,238). Sum of RGB (Red+Green+Blue) = 223+105+238=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69EE is #209611. Grayscale: #9B9B9B. Windows color (decimal): -2135570 or 15624671. OLE color: 15624671.
HSL color Cylindrical-coordinate representation of color #DF69EE: hue angle of 293.23º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF69EE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 105 | 238 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.07 |
| HSL | 293.23º | 0.8% | 0.67% | - |
| HSV(B) | 293.23º | 0.56% | 0.93% | - |
| XYZ | 50.92 | 31.96 | 84.38 | - |
| YUV | 155.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 238 | 0.06 | 0.56 | 0 | 0.07 | 293.23 | 0.8 | 0.67 |
| Hex | DF | 69 | EE | 6 | 38 | 0 | 7 | 125 | 50 | 43 |
| Octal | 337 | 151 | 356 | 6 | 70 | 0 | 7 | 445 | 120 | 103 |
| Binary | 11011111 | 1101001 | 11101110 | 110 | 111000 | 0 | 111 | 100100101 | 1010000 | 1000011 |
Color Harmonies of #DF69EE
Complementary color
Monochromatic Colors of #DF69EE
Black with #DF69EE
Text Example
Text Example
White with #DF69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69EE; }
p { color: rgb(223,105,238); }
H1.HeaderClassName
{
color: #DF69EE;
}
.AnyTagClassName
{
color: #DF69EE;
}
</style>
background-color css
<style>
a { background-color: #DF69EE; }
a { background-color: rgb(223,105,238); }
div.DivClassName
{
background-color: #DF69EE;
}
.BgClassName
{
background-color: #DF69EE;
}
</style>
border-color css
<style>
span { border-color: #DF69EE; }
span { border-color: rgb(223,105,238); }
td.TdClassName
{
border-color: #DF69EE;
}
.TagClassName
{
border-color: #DF69EE;
}
</style>