Shades of Heliotrope #D961EE
Tints of Heliotrope #D961EE
RGB
CMYK
RGB Variations
Color information
#D961EE (or 0xD961EE) is known color: Heliotrope. HEX triplet: D9, 61 and EE. RGB value is (217,97,238). Sum of RGB (Red+Green+Blue) = 217+97+238=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #D961EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961EE is #269E11. Grayscale: #949494. Windows color (decimal): -2530834 or 15622617. OLE color: 15622617.
HSL color Cylindrical-coordinate representation of color #D961EE: hue angle of 291.06º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D961EE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 97 | 238 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.07 |
| HSL | 291.06º | 0.81% | 0.66% | - |
| HSV(B) | 291.06º | 0.59% | 0.93% | - |
| XYZ | 48.32 | 29.47 | 84.03 | - |
| YUV | 148.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 238 | 0.09 | 0.59 | 0 | 0.07 | 291.06 | 0.81 | 0.66 |
| Hex | D9 | 61 | EE | 9 | 3B | 0 | 7 | 123 | 51 | 42 |
| Octal | 331 | 141 | 356 | 11 | 73 | 0 | 7 | 443 | 121 | 102 |
| Binary | 11011001 | 1100001 | 11101110 | 1001 | 111011 | 0 | 111 | 100100011 | 1010001 | 1000010 |
Color Harmonies of #D961EE
Complementary color
Monochromatic Colors of #D961EE
Black with #D961EE
Text Example
Text Example
White with #D961EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961EE; }
p { color: rgb(217,97,238); }
H1.HeaderClassName
{
color: #D961EE;
}
.AnyTagClassName
{
color: #D961EE;
}
</style>
background-color css
<style>
a { background-color: #D961EE; }
a { background-color: rgb(217,97,238); }
div.DivClassName
{
background-color: #D961EE;
}
.BgClassName
{
background-color: #D961EE;
}
</style>
border-color css
<style>
span { border-color: #D961EE; }
span { border-color: rgb(217,97,238); }
td.TdClassName
{
border-color: #D961EE;
}
.TagClassName
{
border-color: #D961EE;
}
</style>