Html Css Color HEX #D64EFC Heliotrope

📋 copy color: '#D64EFC'

red 214 ◦ green 78 ◦ blue 252

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

Shades of Heliotrope #D64EFC

Tints of Heliotrope #D64EFC

RGB

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

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

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

R = 39.34%
G = 14.34%
B = 46.32%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D64EFC (or 0xD64EFC) is known color: Heliotrope. HEX triplet: D6, 4E and FC. RGB value is (214,78,252). Sum of RGB (Red+Green+Blue) = 214+78+252=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #D64EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EFC is #29B103. Grayscale: #898989. Windows color (decimal): -2732292 or 16535254. OLE color: 16535254.

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

Color convert

RGB 214 78 252 -
CMYK 0.15 0.69 0 0.01
HSL 286.9º 0.97% 0.65% -
HSV(B) 286.9º 0.69% 0.99% -
XYZ 48.03 26.77 94.73 -
YUV 138.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 214 78 252 0.15 0.69 0 0.01 286.9 0.97 0.65
Hex D6 4E FC F 45 0 1 11F 61 41
Octal 326 116 374 17 105 0 1 437 141 101
Binary 11010110 1001110 11111100 1111 1000101 0 1 100011111 1100001 1000001

Color Harmonies of #D64EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EFC

Black with #D64EFC

Text Example


Text Example

White with #D64EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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