Html Css Color HEX #D664EF Heliotrope

📋 copy color: '#D664EF'

red 214 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #D664EF

Tints of Heliotrope #D664EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.08%

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 38.7%
G = 18.08%
B = 43.22%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D664EF (or 0xD664EF) is known color: Heliotrope. HEX triplet: D6, 64 and EF. RGB value is (214,100,239). Sum of RGB (Red+Green+Blue) = 214+100+239=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #D664EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664EF is #299B10. Grayscale: #959595. Windows color (decimal): -2726673 or 15688918. OLE color: 15688918.

HSL color Cylindrical-coordinate representation of color #D664EF: hue angle of 289.21º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D664EF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 100 239 -
CMYK 0.10 0.58 0 0.06
HSL 289.21º 0.81% 0.66% -
HSV(B) 289.21º 0.58% 0.94% -
XYZ 47.87 29.64 84.86 -
YUV 149.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 214 100 239 0.10 0.58 0 0.06 289.21 0.81 0.66
Hex D6 64 EF A 3A 0 6 121 51 42
Octal 326 144 357 12 72 0 6 441 121 102
Binary 11010110 1100100 11101111 1010 111010 0 110 100100001 1010001 1000010

Color Harmonies of #D664EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664EF

Black with #D664EF

Text Example


Text Example

White with #D664EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664EF; }

 p { color: rgb(214,100,239); }

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

background-color css

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

 a { background-color: rgb(214,100,239); }

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

border-color css

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

 span { border-color: rgb(214,100,239); }

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