Html Css Color HEX #D386FD Heliotrope

📋 copy color: '#D386FD'

red 211 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #D386FD

Tints of Heliotrope #D386FD

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 value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D386FD (or 0xD386FD) is known color: 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

RGB 211 134 253 -
CMYK 0.17 0.47 0 0.01
HSL 278.82º 0.97% 0.76% -
HSV(B) 278.82º 0.47% 0.99% -
XYZ 53.12 37.99 97.46 -
YUV 170.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 211 134 253 0.17 0.47 0 0.01 278.82 0.97 0.76
Hex D3 86 FD 11 2F 0 1 117 61 4C
Octal 323 206 375 21 57 0 1 427 141 114
Binary 11010011 10000110 11111101 10001 101111 0 1 100010111 1100001 1001100

Color Harmonies of #D386FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386FD

Black with #D386FD

Text Example


Text Example

White with #D386FD

Text Example


Text Example

HTML Codes & Css Web 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>