Html Css Color HEX #D64EFF Heliotrope

📋 copy color: '#D64EFF'

red 214 ◦ green 78 ◦ blue 255

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

Shades of Heliotrope #D64EFF

Tints of Heliotrope #D64EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 39.12%
G = 14.26%
B = 46.62%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D64EFF (or 0xD64EFF) is known color: Heliotrope. HEX triplet: D6, 4E and FF. RGB value is (214,78,255). Sum of RGB (Red+Green+Blue) = 214+78+255=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #D64EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EFF is #29B100. Grayscale: #8A8A8A. Windows color (decimal): -2732289 or 16731862. OLE color: 16731862.

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

Color convert

RGB 214 78 255 -
CMYK 0.16 0.69 0 0
HSL 286.1º 1% 0.65% -
HSV(B) 286.1º 0.69% 1% -
XYZ 48.51 26.96 97.26 -
YUV 138.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 214 78 255 0.16 0.69 0 0 286.1 1 0.65
Hex D6 4E FF 10 45 0 0 11E 64 41
Octal 326 116 377 20 105 0 0 436 144 101
Binary 11010110 1001110 11111111 10000 1000101 0 0 100011110 1100100 1000001

Color Harmonies of #D64EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EFF

Black with #D64EFF

Text Example


Text Example

White with #D64EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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