Shades of Heliotrope #D681ED
Tints of Heliotrope #D681ED
RGB
CMYK
RGB Variations
Color information
#D681ED (or 0xD681ED) is known color: Heliotrope. HEX triplet: D6, 81 and ED. RGB value is (214,129,237). Sum of RGB (Red+Green+Blue) = 214+129+237=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #D681ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681ED is #297E12. Grayscale: #A6A6A6. Windows color (decimal): -2719251 or 15565270. OLE color: 15565270.
HSL color Cylindrical-coordinate representation of color #D681ED: hue angle of 287.22º degrees, saturation: 0.75, 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 #D681ED is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 129 | 237 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.07 |
| HSL | 287.22º | 0.75% | 0.72% | - |
| HSV(B) | 287.22º | 0.46% | 0.93% | - |
| XYZ | 50.87 | 36.11 | 84.41 | - |
| YUV | 166.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 237 | 0.10 | 0.46 | 0 | 0.07 | 287.22 | 0.75 | 0.72 |
| Hex | D6 | 81 | ED | A | 2E | 0 | 7 | 11F | 4B | 48 |
| Octal | 326 | 201 | 355 | 12 | 56 | 0 | 7 | 437 | 113 | 110 |
| Binary | 11010110 | 10000001 | 11101101 | 1010 | 101110 | 0 | 111 | 100011111 | 1001011 | 1001000 |
Color Harmonies of #D681ED
Complementary color
Monochromatic Colors of #D681ED
Black with #D681ED
Text Example
Text Example
White with #D681ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681ED; }
p { color: rgb(214,129,237); }
H1.HeaderClassName
{
color: #D681ED;
}
.AnyTagClassName
{
color: #D681ED;
}
</style>
background-color css
<style>
a { background-color: #D681ED; }
a { background-color: rgb(214,129,237); }
div.DivClassName
{
background-color: #D681ED;
}
.BgClassName
{
background-color: #D681ED;
}
</style>
border-color css
<style>
span { border-color: #D681ED; }
span { border-color: rgb(214,129,237); }
td.TdClassName
{
border-color: #D681ED;
}
.TagClassName
{
border-color: #D681ED;
}
</style>