Html Css Color HEX #D386FA Heliotrope

📋 copy color: '#D386FA'

red 211 ◦ green 134 ◦ blue 250

#D386FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D386FA

Tints of Heliotrope #D386FA

RGB

 RED value IS 211 (82.81% from 255) = 35.46%

 GREEN value IS 134 (52.73% from 255) = 22.52%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 35.46%
G = 22.52%
B = 42.02%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D386FA (or 0xD386FA) is known color: Heliotrope. HEX triplet: D3, 86 and FA. RGB value is (211,134,250). Sum of RGB (Red+Green+Blue) = 211+134+250=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #D386FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386FA is #2C7905. Grayscale: #A9A9A9. Windows color (decimal): -2914566 or 16418515. OLE color: 16418515.

HSL color Cylindrical-coordinate representation of color #D386FA: hue angle of 279.83º 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 #D386FA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 134 250 -
CMYK 0.16 0.46 0 0.02
HSL 279.83º 0.92% 0.75% -
HSV(B) 279.83º 0.46% 0.98% -
XYZ 52.64 37.8 94.96 -
YUV 170.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 211 134 250 0.16 0.46 0 0.02 279.83 0.92 0.75
Hex D3 86 FA 10 2E 0 2 118 5C 4B
Octal 323 206 372 20 56 0 2 430 134 113
Binary 11010011 10000110 11111010 10000 101110 0 10 100011000 1011100 1001011

Color Harmonies of #D386FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386FA

Black with #D386FA

Text Example


Text Example

White with #D386FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386FA; }

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

 H1.HeaderClassName
 {
   color: #D386FA;
 }
 .AnyTagClassName
 {
   color: #D386FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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