Shades of Heliotrope #D65FEE
Tints of Heliotrope #D65FEE
RGB
CMYK
RGB Variations
Color information
#D65FEE (or 0xD65FEE) is known color: Heliotrope. HEX triplet: D6, 5F and EE. RGB value is (214,95,238). Sum of RGB (Red+Green+Blue) = 214+95+238=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #D65FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FEE is #29A011. Grayscale: #929292. Windows color (decimal): -2727954 or 15622102. OLE color: 15622102.
HSL color Cylindrical-coordinate representation of color #D65FEE: hue angle of 289.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65FEE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 95 | 238 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.07 |
| HSL | 289.93º | 0.81% | 0.65% | - |
| HSV(B) | 289.93º | 0.6% | 0.93% | - |
| XYZ | 47.26 | 28.65 | 83.93 | - |
| YUV | 146.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 238 | 0.10 | 0.60 | 0 | 0.07 | 289.93 | 0.81 | 0.65 |
| Hex | D6 | 5F | EE | A | 3C | 0 | 7 | 122 | 51 | 41 |
| Octal | 326 | 137 | 356 | 12 | 74 | 0 | 7 | 442 | 121 | 101 |
| Binary | 11010110 | 1011111 | 11101110 | 1010 | 111100 | 0 | 111 | 100100010 | 1010001 | 1000001 |
Color Harmonies of #D65FEE
Complementary color
Monochromatic Colors of #D65FEE
Black with #D65FEE
Text Example
Text Example
White with #D65FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FEE; }
p { color: rgb(214,95,238); }
H1.HeaderClassName
{
color: #D65FEE;
}
.AnyTagClassName
{
color: #D65FEE;
}
</style>
background-color css
<style>
a { background-color: #D65FEE; }
a { background-color: rgb(214,95,238); }
div.DivClassName
{
background-color: #D65FEE;
}
.BgClassName
{
background-color: #D65FEE;
}
</style>
border-color css
<style>
span { border-color: #D65FEE; }
span { border-color: rgb(214,95,238); }
td.TdClassName
{
border-color: #D65FEE;
}
.TagClassName
{
border-color: #D65FEE;
}
</style>