#D387FA

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

Shades of Heliotrope #D387FA

Tints of Heliotrope #D387FA

Color information

#D387FA (or 0xD387FA) is unknown color: approx Heliotrope. HEX triplet: D3, 87 and FA. RGB value is (211,135,250). Sum of RGB (Red+Green+Blue) = 211+135+250=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #D387FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D387FA is #2C7805. Grayscale: #AAAAAA. Windows color (decimal): -2914310 or 16418771. OLE color: 16418771.

HSL color Cylindrical-coordinate representation of color #D387FA: hue angle of 279.65º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D387FA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211135250-
CMYK0.160.4600.02
HSL279.65º92%75.49%-
HSV(B)279.65º46%98.04%-
XYZ52.7838.0895.01-
YUV170.83172.68156.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.40%
GREEN value IS 135 (53.12% from 255) = 22.65%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=35.40%
G=22.65%
B=41.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111352500.160.4600.02279.659275.49
HexD387FA102E021185c4b
Octal323207372205602430134113
Binary1101001110000111111110101000010111001010001100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D387FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D387FA; }

 p { color: rgb(211,135,250); }

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

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

 a { background-color: rgb(211,135,250); }

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

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

 span { border-color: rgb(211,135,250); }

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