Shades of Heliotrope #D384EE
Tints of Heliotrope #D384EE
RGB
CMYK
RGB Variations
Color information
#D384EE (or 0xD384EE) is known color: Heliotrope. HEX triplet: D3, 84 and EE. RGB value is (211,132,238). Sum of RGB (Red+Green+Blue) = 211+132+238=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 132 (51.95% from 255 or 22.72% 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 #D384EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384EE is #2C7B11. Grayscale: #A7A7A7. Windows color (decimal): -2915090 or 15631571. OLE color: 15631571.
HSL color Cylindrical-coordinate representation of color #D384EE: hue angle of 284.72º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D384EE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 132 | 238 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.07 |
| HSL | 284.72º | 0.76% | 0.73% | - |
| HSV(B) | 284.72º | 0.45% | 0.93% | - |
| XYZ | 50.55 | 36.52 | 85.27 | - |
| YUV | 167.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 238 | 0.11 | 0.45 | 0 | 0.07 | 284.72 | 0.76 | 0.73 |
| Hex | D3 | 84 | EE | B | 2D | 0 | 7 | 11D | 4C | 49 |
| Octal | 323 | 204 | 356 | 13 | 55 | 0 | 7 | 435 | 114 | 111 |
| Binary | 11010011 | 10000100 | 11101110 | 1011 | 101101 | 0 | 111 | 100011101 | 1001100 | 1001001 |
Color Harmonies of #D384EE
Complementary color
Monochromatic Colors of #D384EE
Black with #D384EE
Text Example
Text Example
White with #D384EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384EE; }
p { color: rgb(211,132,238); }
H1.HeaderClassName
{
color: #D384EE;
}
.AnyTagClassName
{
color: #D384EE;
}
</style>
background-color css
<style>
a { background-color: #D384EE; }
a { background-color: rgb(211,132,238); }
div.DivClassName
{
background-color: #D384EE;
}
.BgClassName
{
background-color: #D384EE;
}
</style>
border-color css
<style>
span { border-color: #D384EE; }
span { border-color: rgb(211,132,238); }
td.TdClassName
{
border-color: #D384EE;
}
.TagClassName
{
border-color: #D384EE;
}
</style>