#D382EE

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

Shades of Heliotrope #D382EE

Tints of Heliotrope #D382EE

Color information

#D382EE (or 0xD382EE) is unknown color: approx Heliotrope. HEX triplet: D3, 82 and EE. RGB value is (211,130,238). Sum of RGB (Red+Green+Blue) = 211+130+238=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #D382EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382EE is #2C7D11. Grayscale: #A6A6A6. Windows color (decimal): -2915602 or 15631059. OLE color: 15631059.

HSL color Cylindrical-coordinate representation of color #D382EE: hue angle of 285º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D382EE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211130238-
CMYK0.110.4500.07
HSL285º76.06%72.16%-
HSV(B)285º45.38%93.33%-
XYZ50.2835.9985.19-
YUV166.53168.34159.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.44%
GREEN value IS 130 (51.17% from 255) = 22.45%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=36.44%
G=22.45%
B=41.11%

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
Decimal2111302380.110.4500.0728576.0672.16
HexD382EEB2D0711d4c48
Octal323202356135507435114110
Binary1101001110000010111011101011101101011110001110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D382EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D382EE; }

 p { color: rgb(211,130,238); }

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

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

 a { background-color: rgb(211,130,238); }

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

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

 span { border-color: rgb(211,130,238); }

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