Html Css Color HEX #D64EFD Heliotrope

📋 copy color: '#D64EFD'

red 214 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #D64EFD

Tints of Heliotrope #D64EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 39.27%
G = 14.31%
B = 46.42%

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

#D64EFD (or 0xD64EFD) is known color: Heliotrope. HEX triplet: D6, 4E and FD. RGB value is (214,78,253). Sum of RGB (Red+Green+Blue) = 214+78+253=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #D64EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EFD is #29B102. Grayscale: #8A8A8A. Windows color (decimal): -2732291 or 16600790. OLE color: 16600790.

HSL color Cylindrical-coordinate representation of color #D64EFD: hue angle of 286.63º degrees, saturation: 0.98, 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 #D64EFD is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 78 253 -
CMYK 0.15 0.69 0 0.01
HSL 286.63º 0.98% 0.65% -
HSV(B) 286.63º 0.69% 0.99% -
XYZ 48.19 26.84 95.57 -
YUV 138.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 214 78 253 0.15 0.69 0 0.01 286.63 0.98 0.65
Hex D6 4E FD F 45 0 1 11F 62 41
Octal 326 116 375 17 105 0 1 437 142 101
Binary 11010110 1001110 11111101 1111 1000101 0 1 100011111 1100010 1000001

Color Harmonies of #D64EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EFD

Black with #D64EFD

Text Example


Text Example

White with #D64EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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