Html Css Color HEX #D386EF Heliotrope

📋 copy color: '#D386EF'

red 211 ◦ green 134 ◦ blue 239

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

Shades of Heliotrope #D386EF

Tints of Heliotrope #D386EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 36.13%
G = 22.95%
B = 40.92%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D386EF (or 0xD386EF) is known color: Heliotrope. HEX triplet: D3, 86 and EF. RGB value is (211,134,239). Sum of RGB (Red+Green+Blue) = 211+134+239=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #D386EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386EF is #2C7910. Grayscale: #A8A8A8. Windows color (decimal): -2914577 or 15697619. OLE color: 15697619.

HSL color Cylindrical-coordinate representation of color #D386EF: hue angle of 284º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D386EF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 134 239 -
CMYK 0.12 0.44 0 0.06
HSL 284º 0.77% 0.73% -
HSV(B) 284º 0.44% 0.94% -
XYZ 50.97 37.13 86.14 -
YUV 168.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 211 134 239 0.12 0.44 0 0.06 284 0.77 0.73
Hex D3 86 EF C 2C 0 6 11C 4D 49
Octal 323 206 357 14 54 0 6 434 115 111
Binary 11010011 10000110 11101111 1100 101100 0 110 100011100 1001101 1001001

Color Harmonies of #D386EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386EF

Black with #D386EF

Text Example


Text Example

White with #D386EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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