#D384EF

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

Shades of Heliotrope #D384EF

Tints of Heliotrope #D384EF

Color information

#D384EF (or 0xD384EF) is unknown color: approx Heliotrope. HEX triplet: D3, 84 and EF. RGB value is (211,132,239). Sum of RGB (Red+Green+Blue) = 211+132+239=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #D384EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384EF is #2C7B10. Grayscale: #A7A7A7. Windows color (decimal): -2915089 or 15697107. OLE color: 15697107.

HSL color Cylindrical-coordinate representation of color #D384EF: hue angle of 284.3º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D384EF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB211132239-
CMYK0.120.4500.06
HSL284.3º76.98%72.75%-
HSV(B)284.3º44.77%93.73%-
XYZ50.736.5886.05-
YUV167.82168.17158.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 132 (51.95% from 255) = 22.68%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=36.25%
G=22.68%
B=41.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2111322390.120.4500.06284.376.9872.75
HexD384EFC2D0611c4d49
Octal323204357145506434115111
Binary1101001110000100111011111100101101011010001110010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D384EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D384EF; }

 p { color: rgb(211,132,239); }

 H1.HeaderClassName
 {
   color: #D384EF;
 }
 .AnyTagClassName
 {
   color: #D384EF;
 }
</style>
background-color css

<style>
 a { background-color: #D384EF; }

 a { background-color: rgb(211,132,239); }

 div.DivClassName
 {
   background-color: #D384EF;
 }
 .BgClassName
 {
   background-color: #D384EF;
 }
</style>
border-color css

<style>
 span { border-color: #D384EF; }

 span { border-color: rgb(211,132,239); }

 td.TdClassName
 {
   border-color: #D384EF;
 }
 .TagClassName
 {
   border-color: #D384EF;
 }
</style>