Shades of Heliotrope #DF65EE
Tints of Heliotrope #DF65EE
RGB
CMYK
RGB Variations
Color information
#DF65EE (or 0xDF65EE) is known color: Heliotrope. HEX triplet: DF, 65 and EE. RGB value is (223,101,238). Sum of RGB (Red+Green+Blue) = 223+101+238=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65EE is #209A11. Grayscale: #989898. Windows color (decimal): -2136594 or 15623647. OLE color: 15623647.
HSL color Cylindrical-coordinate representation of color #DF65EE: hue angle of 293.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF65EE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 101 | 238 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.07 |
| HSL | 293.43º | 0.8% | 0.66% | - |
| HSV(B) | 293.43º | 0.58% | 0.93% | - |
| XYZ | 50.52 | 31.17 | 84.24 | - |
| YUV | 153.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 238 | 0.06 | 0.58 | 0 | 0.07 | 293.43 | 0.8 | 0.66 |
| Hex | DF | 65 | EE | 6 | 3A | 0 | 7 | 125 | 50 | 42 |
| Octal | 337 | 145 | 356 | 6 | 72 | 0 | 7 | 445 | 120 | 102 |
| Binary | 11011111 | 1100101 | 11101110 | 110 | 111010 | 0 | 111 | 100100101 | 1010000 | 1000010 |
Color Harmonies of #DF65EE
Complementary color
Monochromatic Colors of #DF65EE
Black with #DF65EE
Text Example
Text Example
White with #DF65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65EE; }
p { color: rgb(223,101,238); }
H1.HeaderClassName
{
color: #DF65EE;
}
.AnyTagClassName
{
color: #DF65EE;
}
</style>
background-color css
<style>
a { background-color: #DF65EE; }
a { background-color: rgb(223,101,238); }
div.DivClassName
{
background-color: #DF65EE;
}
.BgClassName
{
background-color: #DF65EE;
}
</style>
border-color css
<style>
span { border-color: #DF65EE; }
span { border-color: rgb(223,101,238); }
td.TdClassName
{
border-color: #DF65EE;
}
.TagClassName
{
border-color: #DF65EE;
}
</style>