Html Css Color HEX #D64FFE Heliotrope

📋 copy color: '#D64FFE'

red 214 ◦ green 79 ◦ blue 254

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

Shades of Heliotrope #D64FFE

Tints of Heliotrope #D64FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.44%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 39.12%
G = 14.44%
B = 46.44%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D64FFE (or 0xD64FFE) is known color: Heliotrope. HEX triplet: D6, 4F and FE. RGB value is (214,79,254). Sum of RGB (Red+Green+Blue) = 214+79+254=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 79 (31.25% from 255 or 14.44% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #D64FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64FFE is #29B001. Grayscale: #8A8A8A. Windows color (decimal): -2732034 or 16666582. OLE color: 16666582.

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

Color convert

RGB 214 79 254 -
CMYK 0.16 0.69 0 0.00
HSL 286.29º 0.99% 0.65% -
HSV(B) 286.29º 0.69% 1% -
XYZ 48.42 27.04 96.43 -
YUV 139.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 214 79 254 0.16 0.69 0 0.00 286.29 0.99 0.65
Hex D6 4F FE 10 45 0 0 11E 63 41
Octal 326 117 376 20 105 0 0 436 143 101
Binary 11010110 1001111 11111110 10000 1000101 0 0 100011110 1100011 1000001

Color Harmonies of #D64FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FFE

Black with #D64FFE

Text Example


Text Example

White with #D64FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FFE; }

 p { color: rgb(214,79,254); }

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

background-color css

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

 a { background-color: rgb(214,79,254); }

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

border-color css

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

 span { border-color: rgb(214,79,254); }

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