Shades of Heliotrope #D965EE
Tints of Heliotrope #D965EE
RGB
CMYK
RGB Variations
Color information
#D965EE (or 0xD965EE) is known color: Heliotrope. HEX triplet: D9, 65 and EE. RGB value is (217,101,238). Sum of RGB (Red+Green+Blue) = 217+101+238=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #D965EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965EE is #269A11. Grayscale: #969696. Windows color (decimal): -2529810 or 15623641. OLE color: 15623641.
HSL color Cylindrical-coordinate representation of color #D965EE: hue angle of 290.8º 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 #D965EE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 101 | 238 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.07 |
| HSL | 290.8º | 0.8% | 0.66% | - |
| HSV(B) | 290.8º | 0.58% | 0.93% | - |
| XYZ | 48.7 | 30.23 | 84.16 | - |
| YUV | 151.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 238 | 0.09 | 0.58 | 0 | 0.07 | 290.8 | 0.8 | 0.66 |
| Hex | D9 | 65 | EE | 9 | 3A | 0 | 7 | 123 | 50 | 42 |
| Octal | 331 | 145 | 356 | 11 | 72 | 0 | 7 | 443 | 120 | 102 |
| Binary | 11011001 | 1100101 | 11101110 | 1001 | 111010 | 0 | 111 | 100100011 | 1010000 | 1000010 |
Color Harmonies of #D965EE
Complementary color
Monochromatic Colors of #D965EE
Black with #D965EE
Text Example
Text Example
White with #D965EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965EE; }
p { color: rgb(217,101,238); }
H1.HeaderClassName
{
color: #D965EE;
}
.AnyTagClassName
{
color: #D965EE;
}
</style>
background-color css
<style>
a { background-color: #D965EE; }
a { background-color: rgb(217,101,238); }
div.DivClassName
{
background-color: #D965EE;
}
.BgClassName
{
background-color: #D965EE;
}
</style>
border-color css
<style>
span { border-color: #D965EE; }
span { border-color: rgb(217,101,238); }
td.TdClassName
{
border-color: #D965EE;
}
.TagClassName
{
border-color: #D965EE;
}
</style>