Shades of Heliotrope #D869EE
Tints of Heliotrope #D869EE
RGB
CMYK
RGB Variations
Color information
#D869EE (or 0xD869EE) is known color: Heliotrope. HEX triplet: D8, 69 and EE. RGB value is (216,105,238). Sum of RGB (Red+Green+Blue) = 216+105+238=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #D869EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D869EE is #279611. Grayscale: #989898. Windows color (decimal): -2594322 or 15624664. OLE color: 15624664.
HSL color Cylindrical-coordinate representation of color #D869EE: hue angle of 290.08º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D869EE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 105 | 238 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.07 |
| HSL | 290.08º | 0.8% | 0.67% | - |
| HSV(B) | 290.08º | 0.56% | 0.93% | - |
| XYZ | 48.8 | 30.88 | 84.28 | - |
| YUV | 153.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 238 | 0.09 | 0.56 | 0 | 0.07 | 290.08 | 0.8 | 0.67 |
| Hex | D8 | 69 | EE | 9 | 38 | 0 | 7 | 122 | 50 | 43 |
| Octal | 330 | 151 | 356 | 11 | 70 | 0 | 7 | 442 | 120 | 103 |
| Binary | 11011000 | 1101001 | 11101110 | 1001 | 111000 | 0 | 111 | 100100010 | 1010000 | 1000011 |
Color Harmonies of #D869EE
Complementary color
Monochromatic Colors of #D869EE
Black with #D869EE
Text Example
Text Example
White with #D869EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869EE; }
p { color: rgb(216,105,238); }
H1.HeaderClassName
{
color: #D869EE;
}
.AnyTagClassName
{
color: #D869EE;
}
</style>
background-color css
<style>
a { background-color: #D869EE; }
a { background-color: rgb(216,105,238); }
div.DivClassName
{
background-color: #D869EE;
}
.BgClassName
{
background-color: #D869EE;
}
</style>
border-color css
<style>
span { border-color: #D869EE; }
span { border-color: rgb(216,105,238); }
td.TdClassName
{
border-color: #D869EE;
}
.TagClassName
{
border-color: #D869EE;
}
</style>