#D386F6

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

Shades of Heliotrope #D386F6

Tints of Heliotrope #D386F6

Color information

#D386F6 (or 0xD386F6) is unknown color: approx Heliotrope. HEX triplet: D3, 86 and F6. RGB value is (211,134,246). Sum of RGB (Red+Green+Blue) = 211+134+246=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #D386F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386F6 is #2C7909. Grayscale: #A9A9A9. Windows color (decimal): -2914570 or 16156371. OLE color: 16156371.

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

Color convert

RGB211134246-
CMYK0.140.4600.04
HSL281.25º86.15%74.51%-
HSV(B)281.25º45.53%96.47%-
XYZ52.0237.5591.7-
YUV169.79171.01157.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=35.70%
G=22.67%
B=41.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111342460.140.4600.04281.2586.1574.51
HexD386F6E2E04119564b
Octal323206366165604431126113
Binary1101001110000110111101101110101110010010001100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386F6; }

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

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

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

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

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

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

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

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