#D381EC

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

Shades of Heliotrope #D381EC

Tints of Heliotrope #D381EC

Color information

#D381EC (or 0xD381EC) is unknown color: approx Heliotrope. HEX triplet: D3, 81 and EC. RGB value is (211,129,236). Sum of RGB (Red+Green+Blue) = 211+129+236=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #D381EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381EC is #2C7E13. Grayscale: #A5A5A5. Windows color (decimal): -2915860 or 15499731. OLE color: 15499731.

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

Color convert

RGB211129236-
CMYK0.110.4500.07
HSL285.98º73.79%71.57%-
HSV(B)285.98º45.34%92.55%-
XYZ49.8535.6183.6-
YUV165.72167.67160.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=36.63%
G=22.40%
B=40.97%

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
Decimal2111292360.110.4500.07285.9873.7971.57
HexD381ECB2D0711e4a48
Octal323201354135507436112110
Binary1101001110000001111011001011101101011110001111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381EC; }

 p { color: rgb(211,129,236); }

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

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

 a { background-color: rgb(211,129,236); }

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

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

 span { border-color: rgb(211,129,236); }

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