Html Css Color HEX #D64EFA Heliotrope

📋 copy color: '#D64EFA'

red 214 ◦ green 78 ◦ blue 250

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

Shades of Heliotrope #D64EFA

Tints of Heliotrope #D64EFA

RGB

 RED value IS 214 (83.98% from 255) = 39.48%

 GREEN value IS 78 (30.86% from 255) = 14.39%

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

R = 39.48%
G = 14.39%
B = 46.13%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D64EFA (or 0xD64EFA) is known color: Heliotrope. HEX triplet: D6, 4E and FA. RGB value is (214,78,250). Sum of RGB (Red+Green+Blue) = 214+78+250=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #D64EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EFA is #29B105. Grayscale: #898989. Windows color (decimal): -2732294 or 16404182. OLE color: 16404182.

HSL color Cylindrical-coordinate representation of color #D64EFA: hue angle of 287.44º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64EFA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 78 250 -
CMYK 0.14 0.69 0 0.02
HSL 287.44º 0.95% 0.64% -
HSV(B) 287.44º 0.69% 0.98% -
XYZ 47.71 26.65 93.07 -
YUV 138.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 214 78 250 0.14 0.69 0 0.02 287.44 0.95 0.64
Hex D6 4E FA E 45 0 2 11F 5F 40
Octal 326 116 372 16 105 0 2 437 137 100
Binary 11010110 1001110 11111010 1110 1000101 0 10 100011111 1011111 1000000

Color Harmonies of #D64EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EFA

Black with #D64EFA

Text Example


Text Example

White with #D64EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EFA; }

 p { color: rgb(214,78,250); }

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

background-color css

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

 a { background-color: rgb(214,78,250); }

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

border-color css

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

 span { border-color: rgb(214,78,250); }

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