Html Css Color HEX #D64EFB Heliotrope

📋 copy color: '#D64EFB'

red 214 ◦ green 78 ◦ blue 251

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

Shades of Heliotrope #D64EFB

Tints of Heliotrope #D64EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 39.41%
G = 14.36%
B = 46.22%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D64EFB (or 0xD64EFB) is known color: Heliotrope. HEX triplet: D6, 4E and FB. RGB value is (214,78,251). Sum of RGB (Red+Green+Blue) = 214+78+251=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #D64EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EFB is #29B104. Grayscale: #898989. Windows color (decimal): -2732293 or 16469718. OLE color: 16469718.

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

Color convert

RGB 214 78 251 -
CMYK 0.15 0.69 0 0.02
HSL 287.17º 0.96% 0.65% -
HSV(B) 287.17º 0.69% 0.98% -
XYZ 47.87 26.71 93.9 -
YUV 138.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 214 78 251 0.15 0.69 0 0.02 287.17 0.96 0.65
Hex D6 4E FB F 45 0 2 11F 60 41
Octal 326 116 373 17 105 0 2 437 140 101
Binary 11010110 1001110 11111011 1111 1000101 0 10 100011111 1100000 1000001

Color Harmonies of #D64EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EFB

Black with #D64EFB

Text Example


Text Example

White with #D64EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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