Html Css Color HEX #D64DFE Heliotrope

📋 copy color: '#D64DFE'

red 214 ◦ green 77 ◦ blue 254

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

Shades of Heliotrope #D64DFE

Tints of Heliotrope #D64DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.13%

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

R = 39.27%
G = 14.13%
B = 46.61%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D64DFE (or 0xD64DFE) is known color: Heliotrope. HEX triplet: D6, 4D and FE. RGB value is (214,77,254). Sum of RGB (Red+Green+Blue) = 214+77+254=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #D64DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64DFE is #29B201. Grayscale: #898989. Windows color (decimal): -2732546 or 16666070. OLE color: 16666070.

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

Color convert

RGB 214 77 254 -
CMYK 0.16 0.70 0 0.00
HSL 286.44º 0.99% 0.65% -
HSV(B) 286.44º 0.7% 1% -
XYZ 48.27 26.76 96.39 -
YUV 138.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 214 77 254 0.16 0.70 0 0.00 286.44 0.99 0.65
Hex D6 4D FE 10 46 0 0 11E 63 41
Octal 326 115 376 20 106 0 0 436 143 101
Binary 11010110 1001101 11111110 10000 1000110 0 0 100011110 1100011 1000001

Color Harmonies of #D64DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DFE

Black with #D64DFE

Text Example


Text Example

White with #D64DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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