#d382ed

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

Shades of Heliotrope #D382ED

Tints of Heliotrope #D382ED

Color information

#D382ED (or 0xD382ED) is unknown color: approx Heliotrope. HEX triplet: D3, 82 and ED. RGB value is (211,130,237). Sum of RGB (Red+Green+Blue) = 211+130+237=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #D382ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382ED is #2C7D12. Grayscale: #A6A6A6. Windows color (decimal): -2915603 or 15565523. OLE color: 15565523.

HSL color Cylindrical-coordinate representation of color #D382ED: hue angle of 285.42º degrees, saturation: 0.75, 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 #D382ED is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211130237-
CMYK0.110.4500.07
HSL285.42º74.83%71.96%-
HSV(B)285.42º45.15%92.94%-
XYZ50.1335.9384.41-
YUV166.42167.84159.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=36.51%
G=22.49%
B=41.00%

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
Decimal2111302370.110.4500.07285.4274.8371.96
HexD382EDB2D0711d4b48
Octal323202355135507435113110
Binary1101001110000010111011011011101101011110001110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d382ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d382ed; }

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

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

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

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

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

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

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

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