Shades of Heliotrope #D961EF
Tints of Heliotrope #D961EF
RGB
CMYK
RGB Variations
Color information
#D961EF (or 0xD961EF) is known color: Heliotrope. HEX triplet: D9, 61 and EF. RGB value is (217,97,239). Sum of RGB (Red+Green+Blue) = 217+97+239=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #D961EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961EF is #269E10. Grayscale: #949494. Windows color (decimal): -2530833 or 15688153. OLE color: 15688153.
HSL color Cylindrical-coordinate representation of color #D961EF: hue angle of 290.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D961EF is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 97 | 239 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.06 |
| HSL | 290.7º | 0.82% | 0.66% | - |
| HSV(B) | 290.7º | 0.59% | 0.94% | - |
| XYZ | 48.47 | 29.53 | 84.81 | - |
| YUV | 149.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 239 | 0.09 | 0.59 | 0 | 0.06 | 290.7 | 0.82 | 0.66 |
| Hex | D9 | 61 | EF | 9 | 3B | 0 | 6 | 123 | 52 | 42 |
| Octal | 331 | 141 | 357 | 11 | 73 | 0 | 6 | 443 | 122 | 102 |
| Binary | 11011001 | 1100001 | 11101111 | 1001 | 111011 | 0 | 110 | 100100011 | 1010010 | 1000010 |
Color Harmonies of #D961EF
Complementary color
Monochromatic Colors of #D961EF
Black with #D961EF
Text Example
Text Example
White with #D961EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961EF; }
p { color: rgb(217,97,239); }
H1.HeaderClassName
{
color: #D961EF;
}
.AnyTagClassName
{
color: #D961EF;
}
</style>
background-color css
<style>
a { background-color: #D961EF; }
a { background-color: rgb(217,97,239); }
div.DivClassName
{
background-color: #D961EF;
}
.BgClassName
{
background-color: #D961EF;
}
</style>
border-color css
<style>
span { border-color: #D961EF; }
span { border-color: rgb(217,97,239); }
td.TdClassName
{
border-color: #D961EF;
}
.TagClassName
{
border-color: #D961EF;
}
</style>