#D386FD

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

Shades of Heliotrope #D386FD

Tints of Heliotrope #D386FD

Color information

#D386FD (or 0xD386FD) is unknown color: approx Heliotrope. HEX triplet: D3, 86 and FD. RGB value is (211,134,253). Sum of RGB (Red+Green+Blue) = 211+134+253=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #D386FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386FD is #2C7902. Grayscale: #AAAAAA. Windows color (decimal): -2914563 or 16615123. OLE color: 16615123.

HSL color Cylindrical-coordinate representation of color #D386FD: hue angle of 278.82º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D386FD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211134253-
CMYK0.170.4700.01
HSL278.82º96.75%75.88%-
HSV(B)278.82º47.04%99.22%-
XYZ53.1237.9997.46-
YUV170.59174.51156.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 134 (52.73% from 255) = 22.41%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=35.28%
G=22.41%
B=42.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111342530.170.4700.01278.8296.7575.88
HexD386FD112F01117614c
Octal323206375215701427141114
Binary110100111000011011111101100011011110110001011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386FD; }

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

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

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

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

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

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

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

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