Shades of Heliotrope #D65EEE
Tints of Heliotrope #D65EEE
RGB
CMYK
RGB Variations
Color information
#D65EEE (or 0xD65EEE) is known color: Heliotrope. HEX triplet: D6, 5E and EE. RGB value is (214,94,238). Sum of RGB (Red+Green+Blue) = 214+94+238=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #D65EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EEE is #29A111. Grayscale: #919191. Windows color (decimal): -2728210 or 15621846. OLE color: 15621846.
HSL color Cylindrical-coordinate representation of color #D65EEE: hue angle of 290º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65EEE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 94 | 238 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.07 |
| HSL | 290º | 0.81% | 0.65% | - |
| HSV(B) | 290º | 0.61% | 0.93% | - |
| XYZ | 47.17 | 28.47 | 83.9 | - |
| YUV | 146.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 238 | 0.10 | 0.61 | 0 | 0.07 | 290 | 0.81 | 0.65 |
| Hex | D6 | 5E | EE | A | 3D | 0 | 7 | 122 | 51 | 41 |
| Octal | 326 | 136 | 356 | 12 | 75 | 0 | 7 | 442 | 121 | 101 |
| Binary | 11010110 | 1011110 | 11101110 | 1010 | 111101 | 0 | 111 | 100100010 | 1010001 | 1000001 |
Color Harmonies of #D65EEE
Complementary color
Monochromatic Colors of #D65EEE
Black with #D65EEE
Text Example
Text Example
White with #D65EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EEE; }
p { color: rgb(214,94,238); }
H1.HeaderClassName
{
color: #D65EEE;
}
.AnyTagClassName
{
color: #D65EEE;
}
</style>
background-color css
<style>
a { background-color: #D65EEE; }
a { background-color: rgb(214,94,238); }
div.DivClassName
{
background-color: #D65EEE;
}
.BgClassName
{
background-color: #D65EEE;
}
</style>
border-color css
<style>
span { border-color: #D65EEE; }
span { border-color: rgb(214,94,238); }
td.TdClassName
{
border-color: #D65EEE;
}
.TagClassName
{
border-color: #D65EEE;
}
</style>