Html Css Color HEX #D64DFC Heliotrope

📋 copy color: '#D64DFC'

red 214 ◦ green 77 ◦ blue 252

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

Shades of Heliotrope #D64DFC

Tints of Heliotrope #D64DFC

RGB

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

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

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

R = 39.41%
G = 14.18%
B = 46.41%

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

#D64DFC (or 0xD64DFC) is known color: Heliotrope. HEX triplet: D6, 4D and FC. RGB value is (214,77,252). Sum of RGB (Red+Green+Blue) = 214+77+252=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #D64DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64DFC is #29B203. Grayscale: #898989. Windows color (decimal): -2732548 or 16534998. OLE color: 16534998.

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

Color convert

RGB 214 77 252 -
CMYK 0.15 0.69 0 0.01
HSL 286.97º 0.97% 0.65% -
HSV(B) 286.97º 0.69% 0.99% -
XYZ 47.96 26.63 94.71 -
YUV 137.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 214 77 252 0.15 0.69 0 0.01 286.97 0.97 0.65
Hex D6 4D FC F 45 0 1 11F 61 41
Octal 326 115 374 17 105 0 1 437 141 101
Binary 11010110 1001101 11111100 1111 1000101 0 1 100011111 1100001 1000001

Color Harmonies of #D64DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DFC

Black with #D64DFC

Text Example


Text Example

White with #D64DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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