Html Css Color HEX #D386FC Heliotrope

📋 copy color: '#D386FC'

red 211 ◦ green 134 ◦ blue 252

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

Shades of Heliotrope #D386FC

Tints of Heliotrope #D386FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 35.34%
G = 22.45%
B = 42.21%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D386FC (or 0xD386FC) is known color: Heliotrope. HEX triplet: D3, 86 and FC. RGB value is (211,134,252). Sum of RGB (Red+Green+Blue) = 211+134+252=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #D386FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386FC is #2C7903. Grayscale: #AAAAAA. Windows color (decimal): -2914564 or 16549587. OLE color: 16549587.

HSL color Cylindrical-coordinate representation of color #D386FC: hue angle of 279.15º degrees, saturation: 0.95, 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 #D386FC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 134 252 -
CMYK 0.16 0.47 0 0.01
HSL 279.15º 0.95% 0.76% -
HSV(B) 279.15º 0.47% 0.99% -
XYZ 52.96 37.93 96.62 -
YUV 170.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 211 134 252 0.16 0.47 0 0.01 279.15 0.95 0.76
Hex D3 86 FC 10 2F 0 1 117 5F 4C
Octal 323 206 374 20 57 0 1 427 137 114
Binary 11010011 10000110 11111100 10000 101111 0 1 100010111 1011111 1001100

Color Harmonies of #D386FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386FC

Black with #D386FC

Text Example


Text Example

White with #D386FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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