Shades of Heliotrope #D967EF
Tints of Heliotrope #D967EF
RGB
CMYK
RGB Variations
Color information
#D967EF (or 0xD967EF) is known color: Heliotrope. HEX triplet: D9, 67 and EF. RGB value is (217,103,239). Sum of RGB (Red+Green+Blue) = 217+103+239=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #D967EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D967EF is #269810. Grayscale: #989898. Windows color (decimal): -2529297 or 15689689. OLE color: 15689689.
HSL color Cylindrical-coordinate representation of color #D967EF: hue angle of 290.29º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D967EF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 103 | 239 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.06 |
| HSL | 290.29º | 0.81% | 0.67% | - |
| HSV(B) | 290.29º | 0.57% | 0.94% | - |
| XYZ | 49.05 | 30.68 | 85 | - |
| YUV | 152.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 239 | 0.09 | 0.57 | 0 | 0.06 | 290.29 | 0.81 | 0.67 |
| Hex | D9 | 67 | EF | 9 | 39 | 0 | 6 | 122 | 51 | 43 |
| Octal | 331 | 147 | 357 | 11 | 71 | 0 | 6 | 442 | 121 | 103 |
| Binary | 11011001 | 1100111 | 11101111 | 1001 | 111001 | 0 | 110 | 100100010 | 1010001 | 1000011 |
Color Harmonies of #D967EF
Complementary color
Monochromatic Colors of #D967EF
Black with #D967EF
Text Example
Text Example
White with #D967EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967EF; }
p { color: rgb(217,103,239); }
H1.HeaderClassName
{
color: #D967EF;
}
.AnyTagClassName
{
color: #D967EF;
}
</style>
background-color css
<style>
a { background-color: #D967EF; }
a { background-color: rgb(217,103,239); }
div.DivClassName
{
background-color: #D967EF;
}
.BgClassName
{
background-color: #D967EF;
}
</style>
border-color css
<style>
span { border-color: #D967EF; }
span { border-color: rgb(217,103,239); }
td.TdClassName
{
border-color: #D967EF;
}
.TagClassName
{
border-color: #D967EF;
}
</style>