#D384EE

Color #D384EE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D384EE

Tints of Heliotrope #D384EE

Color information

#D384EE (or 0xD384EE) is unknown color: approx 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

RGB211132238-
CMYK0.110.4500.07
HSL284.72º75.71%72.55%-
HSV(B)284.72º44.54%93.33%-
XYZ50.5536.5285.27-
YUV167.7167.67158.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 132 (51.95% from 255) = 22.72%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=36.32%
G=22.72%
B=40.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111322380.110.4500.07284.7275.7172.55
HexD384EEB2D0711d4c49
Octal323204356135507435114111
Binary1101001110000100111011101011101101011110001110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D384EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>