Shades of Heliotrope #D681EE
Tints of Heliotrope #D681EE
RGB
CMYK
RGB Variations
Color information
#D681EE (or 0xD681EE) is known color: Heliotrope. HEX triplet: D6, 81 and EE. RGB value is (214,129,238). Sum of RGB (Red+Green+Blue) = 214+129+238=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #D681EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681EE is #297E11. Grayscale: #A6A6A6. Windows color (decimal): -2719250 or 15630806. OLE color: 15630806.
HSL color Cylindrical-coordinate representation of color #D681EE: hue angle of 286.79º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D681EE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 129 | 238 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.07 |
| HSL | 286.79º | 0.76% | 0.72% | - |
| HSV(B) | 286.79º | 0.46% | 0.93% | - |
| XYZ | 51.01 | 36.17 | 85.18 | - |
| YUV | 166.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 238 | 0.10 | 0.46 | 0 | 0.07 | 286.79 | 0.76 | 0.72 |
| Hex | D6 | 81 | EE | A | 2E | 0 | 7 | 11F | 4C | 48 |
| Octal | 326 | 201 | 356 | 12 | 56 | 0 | 7 | 437 | 114 | 110 |
| Binary | 11010110 | 10000001 | 11101110 | 1010 | 101110 | 0 | 111 | 100011111 | 1001100 | 1001000 |
Color Harmonies of #D681EE
Complementary color
Monochromatic Colors of #D681EE
Black with #D681EE
Text Example
Text Example
White with #D681EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681EE; }
p { color: rgb(214,129,238); }
H1.HeaderClassName
{
color: #D681EE;
}
.AnyTagClassName
{
color: #D681EE;
}
</style>
background-color css
<style>
a { background-color: #D681EE; }
a { background-color: rgb(214,129,238); }
div.DivClassName
{
background-color: #D681EE;
}
.BgClassName
{
background-color: #D681EE;
}
</style>
border-color css
<style>
span { border-color: #D681EE; }
span { border-color: rgb(214,129,238); }
td.TdClassName
{
border-color: #D681EE;
}
.TagClassName
{
border-color: #D681EE;
}
</style>