Shades of Heliotrope #D386ED
Tints of Heliotrope #D386ED
RGB
CMYK
RGB Variations
Color information
#D386ED (or 0xD386ED) is known color: Heliotrope. HEX triplet: D3, 86 and ED. RGB value is (211,134,237). Sum of RGB (Red+Green+Blue) = 211+134+237=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #D386ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386ED is #2C7912. Grayscale: #A8A8A8. Windows color (decimal): -2914579 or 15566547. OLE color: 15566547.
HSL color Cylindrical-coordinate representation of color #D386ED: hue angle of 284.85º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D386ED is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 134 | 237 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.07 |
| HSL | 284.85º | 0.74% | 0.73% | - |
| HSV(B) | 284.85º | 0.43% | 0.93% | - |
| XYZ | 50.68 | 37.01 | 84.59 | - |
| YUV | 168.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 237 | 0.11 | 0.43 | 0 | 0.07 | 284.85 | 0.74 | 0.73 |
| Hex | D3 | 86 | ED | B | 2B | 0 | 7 | 11D | 4A | 49 |
| Octal | 323 | 206 | 355 | 13 | 53 | 0 | 7 | 435 | 112 | 111 |
| Binary | 11010011 | 10000110 | 11101101 | 1011 | 101011 | 0 | 111 | 100011101 | 1001010 | 1001001 |
Color Harmonies of #D386ED
Complementary color
Monochromatic Colors of #D386ED
Black with #D386ED
Text Example
Text Example
White with #D386ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386ED; }
p { color: rgb(211,134,237); }
H1.HeaderClassName
{
color: #D386ED;
}
.AnyTagClassName
{
color: #D386ED;
}
</style>
background-color css
<style>
a { background-color: #D386ED; }
a { background-color: rgb(211,134,237); }
div.DivClassName
{
background-color: #D386ED;
}
.BgClassName
{
background-color: #D386ED;
}
</style>
border-color css
<style>
span { border-color: #D386ED; }
span { border-color: rgb(211,134,237); }
td.TdClassName
{
border-color: #D386ED;
}
.TagClassName
{
border-color: #D386ED;
}
</style>