#D381EB

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

Shades of Heliotrope #D381EB

Tints of Heliotrope #D381EB

Color information

#D381EB (or 0xD381EB) is unknown color: approx Heliotrope. HEX triplet: D3, 81 and EB. RGB value is (211,129,235). Sum of RGB (Red+Green+Blue) = 211+129+235=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #D381EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381EB is #2C7E14. Grayscale: #A5A5A5. Windows color (decimal): -2915861 or 15434195. OLE color: 15434195.

HSL color Cylindrical-coordinate representation of color #D381EB: hue angle of 286.42º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D381EB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211129235-
CMYK0.100.4500.08
HSL286.42º72.6%71.37%-
HSV(B)286.42º45.11%92.16%-
XYZ49.7135.5582.84-
YUV165.6167.17160.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=36.70%
G=22.43%
B=40.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111292350.100.4500.08286.4272.671.37
HexD381EBA2D0811e4947
Octal3232013531255010436111107
Binary11010011100000011110101110101011010100010001111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381EB; }

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

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

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

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

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

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

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

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