#D386F5

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

Shades of Heliotrope #D386F5

Tints of Heliotrope #D386F5

Color information

#D386F5 (or 0xD386F5) is unknown color: approx Heliotrope. HEX triplet: D3, 86 and F5. RGB value is (211,134,245). Sum of RGB (Red+Green+Blue) = 211+134+245=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #D386F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386F5 is #2C790A. Grayscale: #A9A9A9. Windows color (decimal): -2914571 or 16090835. OLE color: 16090835.

HSL color Cylindrical-coordinate representation of color #D386F5: hue angle of 281.62º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D386F5 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211134245-
CMYK0.140.4500.04
HSL281.62º84.73%74.31%-
HSV(B)281.62º45.31%96.08%-
XYZ51.8737.4990.89-
YUV169.68170.51157.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 134 (52.73% from 255) = 22.71%
BLUE value IS 245 (96.09% from 255) = 41.53%
R=35.76%
G=22.71%
B=41.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111342450.140.4500.04281.6284.7374.31
HexD386F5E2D0411a554a
Octal323206365165504432125112
Binary1101001110000110111101011110101101010010001101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386F5; }

 p { color: rgb(211,134,245); }

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

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

 a { background-color: rgb(211,134,245); }

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

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

 span { border-color: rgb(211,134,245); }

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